Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- 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
38 39 40 |
# File 'lib/dldinternet/thor/mixins/no_commands.rb', line 38 def to_bool false end |