Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/cfn/stacker/mixins/patches.rb

Instance Method Summary collapse

Instance Method Details

#to_rbObject



24
25
26
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 24

def to_rb
  to_s
end

#to_symObject



27
28
29
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 27

def to_sym
  :false
end

#yesnoObject



30
31
32
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 30

def yesno
  "no"
end