method
    
    printn
 
  printn(*opts)
  public
  
    Hide source    
    
      
  
# File lib/irb/output-method.rb, line 26 def printn(*opts) print opts.join(" "), "\n" end

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