Class: NilClass

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

Overview

This file is not loaded by default. You have to explicitly require ‘hexp/core_ext/nil’

Constant Summary collapse

HEXP_NIL =
Hexp::TextNode.new('')

Instance Method Summary collapse

Instance Method Details

#to_hexpObject



6
7
8
# File 'lib/hexp/core_ext/nil.rb', line 6

def to_hexp
  HEXP_NIL
end