class Erlash::StringFormatter

ex: ‘string`

Public Instance Methods

format() click to toggle source
# File lib/erlash/formatters/string_formatter.rb, line 4
def format
  "`#{object}`"
end