Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/dldinternet/thor/mixins/no_commands.rb
Instance Method Summary collapse
- #to_bool ⇒ Object (also: #to_b)
Instance Method Details
#to_bool ⇒ Object Also known as: to_b
31 32 33 |
# File 'lib/dldinternet/thor/mixins/no_commands.rb', line 31 def to_bool true end |