method
    
    parse
 
  parse(str)
  public
  
    Hide source    
    
      
  
# File lib/net/imap.rb, line 1899 def parse(str) @str = str @pos = 0 @lex_state = EXPR_BEG @token = nil return response end

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