Method: Jets::Router::MethodCreator::Code#path_method
- Defined in:
- lib/jets/router/method_creator/code.rb
#path_method ⇒ Object
57 58 59 60 61 62 63 64 |
# File 'lib/jets/router/method_creator/code.rb', line 57 def path_method return if @as == :disabled " def \#{full_meth_name(:path)}\#{meth_args}\n \"\#{meth_result}\"\n end\n EOL\nend\n" |