Method: Enroute::Export#handler_functions
- Defined in:
- lib/enroute/export.rb
#handler_functions ⇒ Object
48 49 50 |
# File 'lib/enroute/export.rb', line 48 def handler_functions routes.map {|route| build_ts_handler_function(route) }.join("\n\n") end |