Method: Grape::API::Instance.compile
- Defined in:
- lib/grape/api/instance.rb
.compile ⇒ Object
Parses the API’s definition and compiles it into an instance of Grape::API.
51 52 53 |
# File 'lib/grape/api/instance.rb', line 51 def compile @instance ||= new end |