There's no documentation for this item.
# File xmlrpc/parser.rb, line 75 def self.boolean(str) case str when "0" then false when "1" then true else raise "RPC-value of type boolean is wrong" end end
<code/>
<pre/>
<code/>and<pre/>for code samples.