# File lib/ri_cal/component/non_standard.rb, line 26 def export_properties_to(stream) @source_lines.each do |line| stream.puts(line) end end