class Transit::WriteHandlers::TransitSymbolHandler
Public Instance Methods
rep(s)
click to toggle source
# File lib/transit/write_handlers.rb, line 370 def rep(s) s.to_s end
string_rep(s)
click to toggle source
# File lib/transit/write_handlers.rb, line 371 def string_rep(s) rep(s) end
tag(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 369 def tag(_) "$" end