class Transit::WriteHandlers::KeywordHandler
Public Instance Methods
rep(s)
click to toggle source
# File lib/transit/write_handlers.rb, line 211 def rep(s) s.to_s end
string_rep(s)
click to toggle source
# File lib/transit/write_handlers.rb, line 212 def string_rep(s) rep(s) end
tag(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 210 def tag(_) ":" end