Warning, /frameworks/ktexteditor/autotests/input/indent/ruby/basic2/expected is written in an unsupported language. File is not indexed.

0001 # basic2.txt
0002 
0003 class MyClass
0004 
0005   attr_reader :foo
0006 
0007   private
0008 
0009   def helper(str)
0010     puts "helper(#{str})"
0011   end
0012 
0013 end