Class: SatoriLikeDictionary::ChangeScopeLine
- Inherits:
-
String
- Object
- String
- SatoriLikeDictionary::ChangeScopeLine
- Defined in:
- lib/satori_like_dictionary.rb
Overview
line with change scope (:)
Instance Method Summary collapse
-
#to_template ⇒ String
to template.
Instance Method Details
#to_template ⇒ String
to template
170 171 172 |
# File 'lib/satori_like_dictionary.rb', line 170 def to_template "<%= change_scope %>" + self + "\n" end |