method
    
    gets
 
  gets()
  public
  
    Hide source    
    
      
  
# File lib/irb/xmp.rb, line 65 def gets while l = @exps.shift next if /^\s+$/ =~ l l.concat "\n" print @prompt, l break end l end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   = private
 = private = protected
 = protected
  