class Numeric

Public Instance Methods

examine(depth = 0) click to toggle source
# File lib/mutter/ext.rb, line 25
def examine depth = 0
  Mutter.stylize inspect, :cyan
end