Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/nil.rb

Instance Method Summary collapse

Instance Method Details

#to_j(indent = 0) ⇒ String

Adds formatted json convertion



5
6
7
# File 'lib/nil.rb', line 5

def to_j(indent = 0)
  '  ' * indent + 'null'
end