We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8acc11 + c3338f9 commit fadabecCopy full SHA for fadabec
lib/grape/api.rb
@@ -8,7 +8,7 @@ class API
8
# Class methods that we want to call on the API rather than on the API object
9
NON_OVERRIDABLE = %I[define_singleton_method instance_variable_set inspect class is_a? ! kind_of?
10
respond_to? respond_to_missing? const_defined? const_missing parent
11
- parent_name name equal? to_s parents].freeze
+ parent_name name equal? to_s parents anonymous?].freeze
12
13
class << self
14
attr_accessor :base_instance, :instances
0 commit comments