method
    
    convert_attr_reader
 
  convert_attr_reader(*attrs)
  private
  
    Hide source    
    
      
  
# File lib/rss/rss.rb, line 328 def convert_attr_reader(*attrs) attrs.each do |attr| attr = attr.id2name if attr.kind_of?(Integer) module_eval( def #{attr} convert(@#{attr}) end, *get_file_and_line_from_caller(2)) end end

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