Libraries
»
kryten
(0.3.0)
»
Index (H)
»
Kryten
»
Helper
Module: Kryten::Helper
Included in:
Task
Defined in:
lib/kryten/helper.rb
Instance Method Summary
collapse
#
hi
⇒ Object
Instance Method Details
#
hi
⇒
Object
3 4 5
# File 'lib/kryten/helper.rb', line 3
def
hi
puts
"
i am helper
"
end