class Transit::WriteHandlers::ArrayHandler
Public Instance Methods
rep(a)
click to toggle source
# File lib/transit/write_handlers.rb, line 376 def rep(a) a end
string_rep(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 377 def string_rep(_) nil end
tag(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 375 def tag(_) "array" end