Class: Rubydex::Reference

Inherits:
Object
  • Object
show all
Defined in:
lib/rubydex/reference.rb,
ext/rubydex/reference.c

Direct Known Subclasses

ConstantReference, MethodReference

Instance Method Summary collapse

Constructor Details

#initializeObject

Instance Method Details

#locationObject

: () -> Location

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/rubydex/reference.rb', line 6

def location
  raise NotImplementedError, "Subclasses must implement the #location method"
end