Skip to content

Commit

Permalink
example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prepor committed May 6, 2012
1 parent 07d75c6 commit b1033b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/record.rb
Expand Up @@ -51,7 +51,7 @@ class User < MyTarantool
User.find('prepor').increment :apples_count

# call lua func, which return record's tuples
User.call('box.select_range', '0','0', '5')
User.call('box.select_range', 0, 0, 5)

# update only dirty attributes
user = User.find('prepor')
Expand Down

0 comments on commit b1033b0

Please sign in to comment.