class FalseClass

Public Instance Methods

to_rb() click to toggle source
# File lib/chef/knife/chop_base.rb, line 76
def to_rb
  to_s
end
yesno() click to toggle source
# File lib/chef/knife/chop_base.rb, line 79
def yesno
  "no"
end