SEQUEL6: Remove :nocov:
Public Class methods
new(json)
[show source]
# File lib/sequel/plugins/json_serializer.rb 133 def initialize(json) 134 @json = json 135 end
Public Instance methods
to_json(*a)
[show source]
# File lib/sequel/plugins/json_serializer.rb 137 def to_json(*a) 138 @json 139 end