# File lib/rio/kernel.rb, line 42
42:   def rio(*args,&block) # :yields: self
43:     RIO::Rio.rio(*args,&block)
44:   end