[TextMate] Ruby Syntax :: arguments in single-line methods

Gavin Kistner gavin at refinery.com
Sat Oct 23 01:48:21 UTC 2004


def self.extend_object( obj ); self.setup_for( obj ); end

In the above, TextMate (v1.0.1) is treating everything from the first 
paren to the last paren as the argument list. Should account for the 
above, as well as:

def foo( bar=")" ); puts( 'yay' ); end;
--
(-, /\ \/ / /\/




More information about the textmate mailing list