Method: Boxen::Check#ok?
- Defined in:
- lib/boxen/check.rb
#ok? ⇒ Boolean
Is everything good to go? Implemented by subclasses.
39 40 41 |
# File 'lib/boxen/check.rb', line 39 def ok? raise "Subclasses must implement this method." end |