Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/sparql/algebra/extensions.rb
Overview
Extensions for Ruby's Object class.
Instance Method Summary (collapse)
-
- (String) to_sse
Returns the SXP representation of this object, defaults to `self'.
Instance Method Details
- (String) to_sse
Returns the SXP representation of this object, defaults to `self'.
10 11 12 |
# File 'lib/sparql/algebra/extensions.rb', line 10 def to_sse self end |