How to fold a class which is declared inside a class in ruby code

Posted by dorelal on Stack Overflow See other posts from Stack Overflow or by dorelal
Published on 2010-04-17T20:30:23Z Indexed on 2010/04/17 20:33 UTC
Read the original article Hit count: 134

Filed under:
|

I am using mvim and I would like to fold the class Experiment. How do I do that?

class Lab

  def method1
  end

  class Experiment
    def method2
    end
  end # end of class Experiment

end # end of class Lab

© Stack Overflow or respective owner

Related posts about vim

Related posts about mvim