mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
7 lines
62 B
Ruby
7 lines
62 B
Ruby
class Fixnum
|
|
def to_json(options = nil)
|
|
to_s
|
|
end
|
|
end
|
|
|