Method: Tins::Null#to_json

Defined in:
lib/tins/null.rb

#to_jsonObject



55
56
57
# File 'lib/tins/null.rb', line 55

def to_json(*)
  'null'
end