Closed soooldier closed 12 years ago
I got a error when do this "bundle exec bin/redmon -h",The error info is " bin/redmon:9: syntax error, unexpected '>' to_i =-> s {s.to_i} ";
what was the issue? mine does this too
Redmon requires ruby 1.9. I'm using the stabby lambda syntax/shorthand as well as a couple of other 1.9 constructs.
I got a error when do this "bundle exec bin/redmon -h",The error info is " bin/redmon:9: syntax error, unexpected '>' to_i =-> s {s.to_i} ";