Flowdock
print(*opts) public

No documentation

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

Hide source
# File lib/irb/locale.rb, line 63
    def print(*opts)
      ary = opts.collect{|opt| String(opt)}
      super(*ary)
    end
Register or log in to add new notes.