Method: Decode::Language::Reference#lexical_path
- Defined in:
- lib/decode/language/reference.rb
#lexical_path ⇒ Object
Get the lexical path of this reference.
57 58 59 |
# File 'lib/decode/language/reference.rb', line 57 def lexical_path @lexical_path ||= self.split(@identifier) end |