Class: RoRoSupport::Misc::StringHandler
- Inherits:
-
Object
- Object
- RoRoSupport::Misc::StringHandler
- Defined in:
- lib/roro_support/misc.rb
Instance Method Summary collapse
Instance Method Details
#collect(str, sign, filter = nil, &blk) ⇒ Object
18 19 20 21 22 |
# File 'lib/roro_support/misc.rb', line 18 def collect(str, sign, filter = nil, &blk) new_str_arr = collect_sign(str, sign, filter, &blk) new_str = new_str_arr.join end |