Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_yn(upcase: false) ⇒ Object



8
9
10
# File 'lib/simple_core_extensions.rb', line 8

def to_yn(upcase: false)
  upcase ? 'NO' : 'no'
end