Class: FalseClass

Inherits:
Object show all
Defined in:
lib/burlap/core_ext/boolean.rb

Instance Method Summary collapse

Instance Method Details

#to_burlapObject



8
9
10
# File 'lib/burlap/core_ext/boolean.rb', line 8

def to_burlap
  Burlap::Node.new(:name => "boolean", :value => "0").to_burlap
end