class SatoriLikeDictionary::Line

line (normal line in entries)

Public Instance Methods

to_template() click to toggle source

to template @return [String] template

# File lib/satori_like_dictionary.rb, line 161
def to_template
  self + "\n"
end