public Method

Kernel.rio(*args) { |self| ... }

Shortcut for RIO.rio

Source Code

# File rio/kernel.rb, line 41
def rio(*args,&block) # :yields: self
  RIO::Rio.rio(*args,&block)
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.