class Transit::WriteHandlers::StringHandler

Public Instance Methods

rep(s) click to toggle source
# File lib/transit/write_handlers.rb, line 217
def rep(s) s end
string_rep(s) click to toggle source
# File lib/transit/write_handlers.rb, line 218
def string_rep(s) s end
tag(_) click to toggle source
# File lib/transit/write_handlers.rb, line 216
def tag(_) "s" end