Module: Roda::RodaPlugins::BridgetownRoutes::ResponseMethods
- Defined in:
- bridgetown-routes/lib/roda/plugins/bridgetown_routes.rb
Instance Method Summary collapse
-
#_front_matter_line_count ⇒ Object
we need to know where the real template starts for good error reporting.
-
#_route_file_code ⇒ Object
template string provided, if available, by the saved code block.
Instance Method Details
#_front_matter_line_count ⇒ Object
we need to know where the real template starts for good error reporting
147 |
# File 'bridgetown-routes/lib/roda/plugins/bridgetown_routes.rb', line 147 def _front_matter_line_count = @_front_matter_line_count |
#_route_file_code ⇒ Object
template string provided, if available, by the saved code block
144 |
# File 'bridgetown-routes/lib/roda/plugins/bridgetown_routes.rb', line 144 def _route_file_code = @_route_file_code |