class Apipie::NoDocumentedMethod
Public Class Methods
Source
# File lib/apipie/errors.rb, line 82 def initialize(controller_name, method_name) super("There is no documented method #{controller_name}##{method_name}") end
Calls superclass method