Skip to content

Breaks ruby-add-log-current-method #96

@dgutov

Description

@dgutov

Take this example, move point to bar:

class Test
  def foo
    bar
  end
end

(ruby-add-log-current-method) should return "Test#foo". It returns "Test" instead.

I'd be happy if (enh-ruby-add-log-current-method) returned the expected value, but that doesn't happen either.

Originally reported as dgutov/robe#47 (comment).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions