Guest User

Untitled

a guest
May 28th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. (rdb:34) direction == :up && index == self.position -1
  2. SyntaxError Exception: compile error
  3. /home/maarten/Projects/inFlow/app/models/person_project.rb:17: syntax error, unexpected tUMINUS_NUM, expecting $end
  4. direction == :up && index == self.position -1
  5. ^
  6. (rdb:34) direction == :up && index == (self.position) -1
  7. true
Add Comment
Please, Sign In to add comment