class FalseClass

Public Instance Methods

to_rb() click to toggle source
# File lib/aws/cfn/stacker/mixins/patches.rb, line 24
def to_rb
  to_s
end
to_sym() click to toggle source
# File lib/aws/cfn/stacker/mixins/patches.rb, line 27
def to_sym
  :false
end
yesno() click to toggle source
# File lib/aws/cfn/stacker/mixins/patches.rb, line 30
def yesno
  "no"
end