Class: TripleParser::ToRdf

Inherits:
Object
  • Object
show all
Defined in:
lib/triple_parser/to_rdf.rb

Instance Method Summary collapse

Constructor Details

#initialize(third) ⇒ ToRdf

Returns a new instance of ToRdf.



5
6
7
# File 'lib/triple_parser/to_rdf.rb', line 5

def initialize(third)
  @third = third
end

Instance Method Details

#to_sObject



9
10
11
# File 'lib/triple_parser/to_rdf.rb', line 9

def to_s
  get_output.to_s
end