Skip to content

Commit

Permalink
See javan#830
Browse files Browse the repository at this point in the history
  • Loading branch information
groyoh committed Oct 17, 2023
1 parent eb0ed26 commit 236810c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whenever/job_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def method_missing(name, *args, &block)
@set_variables.has_key?(name) ? @set_variables[name] : super
end

def self.respond_to?(name, include_private = false)
def respond_to?(name, include_private = false)
@set_variables.has_key?(name) || super
end

Expand Down

0 comments on commit 236810c

Please sign in to comment.