Skip to content

local variables #2

@canweriotnow

Description

@canweriotnow

Ruby uses the same lookup for methods and for local variables... current implementation will find the closest method (iff exists) instead of closest local var name when method_missing invoked. Ensure local variables get searched separately from method names, if possible... might have to research this.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions