static public Method

Marshal.new( parser = nil, writer = nil )

instance methods —————————-

Source Code

# File xmlrpc/marshal.rb, line 46
def initialize( parser = nil, writer = nil )
  set_parser( parser )
  set_writer( writer )
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.