11 lines
150 B
Ruby
11 lines
150 B
Ruby
# #TODO: please investigate if this can be removed
|
|
# class Symbol
|
|
# def to_json(*)
|
|
# to_s
|
|
# end
|
|
#
|
|
# def as_json(*)
|
|
# to_s
|
|
# end
|
|
# end
|