Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#to_burlapObject



2
3
4
# File 'lib/burlap/core_ext/boolean.rb', line 2

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