Top Level Namespace
Defined Under Namespace
Modules: HJ7, Jekyll Classes: HTMLwithPygments
Instance Method Summary collapse
Instance Method Details
#ok_failed(condition) ⇒ Object
1 2 3 4 5 6 7 |
# File 'lib/hj7/tasks.rb', line 1 def ok_failed(condition) if (condition) puts "OK" else puts "FAILED" end end |