class Transit::WriteHandlers::SetHandler
Public Instance Methods
rep(s)
click to toggle source
# File lib/transit/write_handlers.rb, line 402 def rep(s) s.to_a end
string_rep(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 403 def string_rep(_) nil end
tag(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 401 def tag(_) "set" end