method

method_missing

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: PrideIO
method_missing(msg, *args) public

No documentation

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

Hide source
# File lib/minitest/pride.rb, line 70
  def method_missing msg, *args # :nodoc:
    io.send(msg, *args)
  end
Register or log in to add new notes.