class Transit::WriteHandlers::TaggedValueHandler
Public Instance Methods
rep(tv)
click to toggle source
# File lib/transit/write_handlers.rb, line 408 def rep(tv) tv.rep end
string_rep(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 409 def string_rep(_) nil end
tag(tv)
click to toggle source
# File lib/transit/write_handlers.rb, line 407 def tag(tv) tv.tag end