Class: Rubydex::Reference
- Inherits:
-
Object
- Object
- Rubydex::Reference
- Defined in:
- lib/rubydex/reference.rb,
ext/rubydex/reference.c
Direct Known Subclasses
Instance Method Summary collapse
- #initialize ⇒ Object constructor
-
#location ⇒ Object
: () -> Location.
Constructor Details
#initialize ⇒ Object
Instance Method Details
#location ⇒ Object
: () -> Location
6 7 8 |
# File 'lib/rubydex/reference.rb', line 6 def location raise NotImplementedError, "Subclasses must implement the #location method" end |