class Transit::WriteHandlers::NilHandler

Public Instance Methods

rep(_) click to toggle source
# File lib/transit/write_handlers.rb, line 205
def rep(_) nil end
string_rep(n) click to toggle source
# File lib/transit/write_handlers.rb, line 206
def string_rep(n) nil end
tag(_) click to toggle source
# File lib/transit/write_handlers.rb, line 204
def tag(_) "_" end