Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > End matching -- my solution

Reply
Thread Tools

End matching -- my solution

 
 
Steve Litt
Guest
Posts: n/a
 
      12-18-2005
Hi all,

In the end, my solution was to use Vim's marker folding. I enclosed
each class in {{{1 and }}}1, and each method in {{{2 and }}}2. That
way I get end checking on those high levels, and also get the
benefit of being able to fold code I'm not currently interested in.

SteveT

Steve Litt
http://www.troubleshooters.com



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Pattern matching. Matching multiple lines from while reading from a file. Bobby Chamness Perl Misc 2 05-03-2007 06:02 PM
BC30081: 'If' must end with a matching 'End If'. William ASP .Net 2 06-01-2005 08:37 PM
"'If' must end with a matching 'End If'." <-- BUT IT DOES!! WHY DOESN'TTHE DAMN SERVER SEE IT??? Neo Geshel ASP .Net 2 08-18-2004 01:37 PM
"'If' must end with a matching 'End If'." Neo Geshel ASP General 0 07-03-2004 01:06 AM
Pattern matching : not matching problem Marc Bissonnette Perl Misc 9 01-13-2004 05:52 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57