Module: Minitest::Assertions
- Defined in:
- lib/minitest/fd_ignorable.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#fd_ignore ⇒ Object
5 6 7 |
# File 'lib/minitest/fd_ignorable.rb', line 5 def fd_ignore @fd_ignore = true end |
#fd_ignore? ⇒ Boolean
9 10 11 |
# File 'lib/minitest/fd_ignorable.rb', line 9 def fd_ignore? @fd_ignore == true end |