class SatoriLikeDictionary::Jump

jump (>)

Public Instance Methods

to_template() click to toggle source

to template @return [String] template

# File lib/satori_like_dictionary.rb, line 188
def to_template
  "<%= jump_to('#{self.gsub(/'/) {"\\'"}}') %>"
end