Flowdock
printf(*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 68
    def printf(*opts)
      s = format(*opts)
      print s
    end
Register or log in to add new notes.