Class: TrueClass

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



31
32
33
# File 'lib/dldinternet/thor/mixins/no_commands.rb', line 31

def to_bool
  true
end