Method: OkComputer::OptionalCheck#to_text
- Defined in:
- lib/ok_computer/built_in_checks/optional_check.rb
#to_text ⇒ Object
Public: The text output of performing the check
Returns a String
15 16 17 |
# File 'lib/ok_computer/built_in_checks/optional_check.rb', line 15 def to_text "#{__getobj__.to_text} (OPTIONAL)" end |