Module: Kernel
- Defined in:
- lib/pinyin/support.rb
Instance Method Summary collapse
Instance Method Details
#returning(s) {|s| ... } ⇒ Object
8 9 10 11 |
# File 'lib/pinyin/support.rb', line 8 def returning(s) yield(s) s end |
8 9 10 11 |
# File 'lib/pinyin/support.rb', line 8 def returning(s) yield(s) s end |