Add a description to the next namespace or function.
# File lib/grape/dsl/configuration.rb, line 21 def desc(description, options = {}) @last_description = options.merge(description: description) end
# File lib/grape/dsl/configuration.rb, line 12 def logger(logger = nil) if logger @logger = logger else @logger ||= Logger.new($stdout) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.