Method: Minitest::Substitute::Substitutor#on=

Defined in:
lib/minitest/substitute/substitutor.rb

#on=(value) ⇒ Object (writeonly)

Sets the attribute on

Parameters:

  • value

    the value to set the attribute on to.



7
8
9
# File 'lib/minitest/substitute/substitutor.rb', line 7

def on=(value)
  @on = value
end