class Song::Melody

Public Instance Methods

to_html() click to toggle source
# File Creator/html_formatter.rb, line 34
def to_html
  sub(/^([^:]*)$/, "#{other_info.join("\n")}\\1").to_s
end