Skip to content

Commit

Permalink
it's ruby, not java, skip the parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Nov 22, 2010
1 parent 9dce8b7 commit b48276d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/facebook.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rubygems'
require 'neography'

@neo = Neography::Rest.new()
@neo = Neography::Rest.new

def create_person(name)
@neo.create_node("name" => name)
Expand Down
2 changes: 1 addition & 1 deletion examples/linkedin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rubygems'
require 'neography'

@neo = Neography::Rest.new()
@neo = Neography::Rest.new

def create_person(name)
@neo.create_node("name" => name)
Expand Down

0 comments on commit b48276d

Please sign in to comment.