class Transit::WriteHandlers::TrueHandler

Public Instance Methods

rep(_) click to toggle source
# File lib/transit/write_handlers.rb, line 223
def rep(_) true end
string_rep(_) click to toggle source
# File lib/transit/write_handlers.rb, line 224
def string_rep(_) "t" end
tag(_) click to toggle source
# File lib/transit/write_handlers.rb, line 222
def tag(_) "?" end