Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/dldinternet/thor/mixins/no_commands.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject Also known as: to_b



38
39
40
# File 'lib/dldinternet/thor/mixins/no_commands.rb', line 38

def to_bool
  false
end