Class: TrueClass
Instance Method Summary collapse
Instance Method Details
#to_xml_rpc(b = Rapuncel.get_builder) ⇒ Object
2 3 4 5 6 |
# File 'lib/rapuncel/core_ext/boolean.rb', line 2 def to_xml_rpc b = Rapuncel.get_builder b.boolean "1" b.to_xml end |