Open
Description
I would like to highlight methods a little differently from local variables. Consider:
p p # two method calls
p = 0 # an assignment
p p # a method call and a variable reference
The rules for telling variables and methods in Ruby apart are clear, but not simple to parse.
(unfortunately the forums were taken down, so the link to http://code.licenser.net/boards/4/topics/show/3#Examples-of-separated-versus-shared-storage-in-Ruby is broken)
From Redmine: http://odd-eyed-code.org/issues/75
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
korny commentedon Nov 11, 2012
See also: #89
korny commentedon Mar 10, 2013
We're not even sure how to achieve this, so => Future