Method: Minitest::Substitute::Substitutor#on=
- Defined in:
- lib/minitest/substitute/substitutor.rb
#on=(value) ⇒ Object (writeonly)
Sets the attribute on
7 8 9 |
# File 'lib/minitest/substitute/substitutor.rb', line 7 def on=(value) @on = value end |