Skip to content

Commit fadabec

Browse files
authored
Merge pull request #1823 from myxoh/does-not-delegate-anonymous
Fixes the issue with the autoloader #1815
2 parents e8acc11 + c3338f9 commit fadabec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grape/api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class API
88
# Class methods that we want to call on the API rather than on the API object
99
NON_OVERRIDABLE = %I[define_singleton_method instance_variable_set inspect class is_a? ! kind_of?
1010
respond_to? respond_to_missing? const_defined? const_missing parent
11-
parent_name name equal? to_s parents].freeze
11+
parent_name name equal? to_s parents anonymous?].freeze
1212

1313
class << self
1414
attr_accessor :base_instance, :instances

0 commit comments

Comments
 (0)