class Transit::WriteHandlers::FalseHandler
Public Instance Methods
rep(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 229 def rep(_) false end
string_rep(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 230 def string_rep(_) "f" end
tag(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 228 def tag(_) "?" end