class Parxer::Formatter::String

Public Instance Methods

format_value(v) click to toggle source
# File lib/parxer/formatters/string_formatter.rb, line 4
def format_value(v)
  v
end