marcoroth/gem.sh

Support method definitions with constant in definition

marcoroth opened this issue · 0 comments

A method definition like this gets reported to be a global instance method, even though it should be defined within the Skiptrace namespace:

def Skiptrace.current_bindings
  # ...
end

Example:
https://gem.sh/gems/bindex/v0.8.1/instance_method/current_bindings