class Furikake::Formatter

Public Class Methods

shaping(format, contents) click to toggle source
# File lib/furikake/formatter.rb, line 5
def self.shaping(format, contents)
  Furikake::Formatters::Markdown.write(contents) if format.nil?
end