class FalseClass

Public Instance Methods

pretty(width: nil) click to toggle source
# File lib/ectoplasm.rb, line 85
def pretty width: nil
  'no'.yellow
end