Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#to_rbObject



76
77
78
# File 'lib/chef/knife/chop_base.rb', line 76

def to_rb
  to_s
end

#yesnoObject



79
80
81
# File 'lib/chef/knife/chop_base.rb', line 79

def yesno
  "no"
end