Class: Textualize::RouteHashCreator
- Inherits:
-
Object
- Object
- Textualize::RouteHashCreator
- Defined in:
- lib/textualize/tasks/helpers/route_hash_creator.rb
Instance Method Summary collapse
Instance Method Details
#create_route_hashes ⇒ Object
9 10 11 12 13 |
# File 'lib/textualize/tasks/helpers/route_hash_creator.rb', line 9 def create_route_hashes json_from_gulp_task.fetch('resources').flat_map do |resource| create_method_hashes(resource) end end |