class SatoriLikeDictionary::ChangeScopeLine

line with change scope (:)

Public Instance Methods

to_template() click to toggle source

to template @return [String] template

# File lib/satori_like_dictionary.rb, line 170
def to_template
  "<%= change_scope %>" + self + "\n"
end