Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#to_nix(indent = 0) ⇒ Object



12
13
14
# File 'lib/nix/convert.rb', line 12

def to_nix(indent = 0)
  "null"
end