Skip to content

Commit

Permalink
Remove helper method used by deprecated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Dijk committed Sep 26, 2012
1 parent fea8727 commit b17df33
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/neography/property_container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,5 @@ def initialize(hash=nil)
end
end

# the arguments are either a Rest instance, or something else
def self.split_args(*args)
db = other = nil

args.each do |arg|
case arg
when Rest
db = arg
else
other = arg
end
end
db ||= Neography::Rest.new

[ db, other ]
end

end
end

0 comments on commit b17df33

Please sign in to comment.