Class: TrueClass

Inherits:
Object show all
Defined in:
lib/chef/knife/chop_base.rb

Instance Method Summary collapse

Instance Method Details

#to_rbObject



67
68
69
# File 'lib/chef/knife/chop_base.rb', line 67

def to_rb
  to_s
end

#yesnoObject



70
71
72
# File 'lib/chef/knife/chop_base.rb', line 70

def yesno
  "yes"
end