SEQUEL6: Remove :nocov:
Public Class methods
new(json)
[show source]
# File lib/sequel/plugins/json_serializer.rb 139 def initialize(json) 140 @json = json 141 end
Public Instance methods
to_json(*a)
[show source]
# File lib/sequel/plugins/json_serializer.rb 143 def to_json(*a) 144 @json 145 end