Class: SatoriLikeDictionary::Call

Inherits:
String
  • Object
show all
Defined in:
lib/satori_like_dictionary.rb

Overview

communication call (→)

Instance Method Summary collapse

Instance Method Details

#to_templateString

to template

Returns:

  • (String)

    template



197
198
199
# File 'lib/satori_like_dictionary.rb', line 197

def to_template
  "<% call_to('#{self.gsub(/'/) {"\\'"}}') %>"
end