Top Level Namespace
Defined Under Namespace
Modules: Dayvan
Instance Method Summary collapse
Instance Method Details
#returning(val) {|val| ... } ⇒ Object
3 4 5 6 |
# File 'lib/dayvan.rb', line 3 def returning(val) yield val val end |