public Method

Rio.initialize_copy(*args)

There's no documentation for this item.

Source Code

# File rio.rb, line 68
def initialize_copy(*args)
  #p callstr("initialize_copy",args[0].inspect)
  super
  @state = Factory.instance.clone_state(@state)
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.