Project

General

Profile

Actions

Bug #11099

closed

def assert method raise syntax error

Added by roroco (roro co) about 9 years ago. Updated about 9 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux]
[ruby-core:68993]

Description

In ruby 2.2, when i try

def assert(*args, &blk)

end

assert(a > 0 and a < 1)

it will raise

Uncaught exception: /home/roroco/Dropbox/rbs/ro_btc/ex/ex.rb:5: syntax error, unexpected keyword_and, expecting ')'
assert(a > 0 and a < 1)
Actions

Also available in: Atom PDF

Like0
Like0Like0