class TrueClass
Public Instance Methods
to_rb()
click to toggle source
# File lib/aws/cfn/stacker/mixins/patches.rb, line 12 def to_rb to_s end
to_sym()
click to toggle source
# File lib/aws/cfn/stacker/mixins/patches.rb, line 15 def to_sym :true end
yesno()
click to toggle source
# File lib/aws/cfn/stacker/mixins/patches.rb, line 18 def yesno "yes" end