Skip to content

Commit

Permalink
Merge pull request #170 from projecthydra/rdf_build_list
Browse files Browse the repository at this point in the history
Remove RdfObject#get_values, it's inherited
  • Loading branch information
mjgiarlo committed Jul 31, 2013
2 parents 1f84b92 + 2ae5ff8 commit 1eb1fff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/active_fedora/rdf_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ def initialize(graph, subject=nil)
insert_type_assertion
end

def get_values(subject, predicate)
predicate = find_predicate(predicate) unless predicate.kind_of? RDF::URI
return TermProxy.new(@graph, @subject, predicate)
end

private

def insert_type_assertion
Expand Down

0 comments on commit 1eb1fff

Please sign in to comment.