Module: Pacer::Core::StringRoute
- Defined in:
- lib/pacer/core/string_route.rb
Instance Method Summary collapse
Instance Method Details
#lengths ⇒ Object
4 5 6 |
# File 'lib/pacer/core/string_route.rb', line 4 def lengths map(element_type: :integer) { |s| s.length } end |