[MacRuby] #1057: Redefine of ! is ignored
#1057: Redefine of ! is ignored --------------------------------+------------------------------------------- Reporter: mjkaelbling@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ! def redefine ignored --------------------------------+------------------------------------------- {{{ class String ; def ! ; 'bang!' end end !"x" # => warning: string literal in condition class Time ; def ! ; 'bang!' end end !Time.now # => false }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1057> MacRuby <http://macruby.org/>
#1057: Redefine of ! is ignored --------------------------------+------------------------------------------- Reporter: mjkaelbling@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby Later Component: MacRuby | Keywords: ! def redefine ignored --------------------------------+------------------------------------------- Changes (by lsansonetti@…): * milestone: MacRuby 0.8 => MacRuby Later Comment: For Later. -- Ticket URL: <http://www.macruby.org/trac/ticket/1057#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby