Flowdock
method

new

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Marshal
new( parser = nil, writer = nil ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xmlrpc/marshal.rb, line 41
    def initialize( parser = nil, writer = nil )
      set_parser( parser )
      set_writer( writer )
    end
Register or log in to add new notes.