#1012: Inconsistent Regex behaviour -------------------------------------------+-------------------------------- Reporter: harry@… | Owner: lsansonetti@… Type: defect | Status: reopened Priority: minor | Milestone: Component: MacRuby | Resolution: Keywords: | -------------------------------------------+-------------------------------- Comment(by watson1978@…): I execute an original test code of this issue and waited for several minutes, but displayed no message and did not finish.[[BR]] CRuby too. So I added a Timeout. MacRuby display an error message when I changed an argument as follows.[[BR]] {{{ #cat tg.rb require 'net/imap' imap = Net::IMAP.new('imap.gmail.com', 993, true) }}} {{{ $ macruby tg.rb /Users/watson/tmp/tg.rb:2:in `<main>': undefined method `upcase' for nil:NilClass (NoMethodError) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1012#comment:11> MacRuby <http://macruby.org/>