Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/aws/cfn/stacker/mixins/patches.rb
Instance Method Summary collapse
Instance Method Details
#to_rb ⇒ Object
24 25 26 |
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 24 def to_rb to_s end |
#to_sym ⇒ Object
27 28 29 |
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 27 def to_sym :false end |
#yesno ⇒ Object
30 31 32 |
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 30 def yesno "no" end |