Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#to_rbObject



12
13
14
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 12

def to_rb
  to_s
end

#to_symObject



15
16
17
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 15

def to_sym
  :true
end

#yesnoObject



18
19
20
# File 'lib/aws/cfn/stacker/mixins/patches.rb', line 18

def yesno
  "yes"
end