Class: SatoriLikeDictionary::Line
- Inherits:
-
String
- Object
- String
- SatoriLikeDictionary::Line
- Defined in:
- lib/satori_like_dictionary.rb
Overview
line (normal line in entries)
Instance Method Summary collapse
-
#to_template ⇒ String
to template.
Instance Method Details
#to_template ⇒ String
to template
161 162 163 |
# File 'lib/satori_like_dictionary.rb', line 161 def to_template self + "\n" end |