class Maccro::DSL::NilValue

Public Class Methods

match?(node) click to toggle source
# File lib/maccro/dsl/literal.rb, line 88
def self.match?(node); node.type == :NIL; end

Public Instance Methods

type() click to toggle source
# File lib/maccro/dsl/literal.rb, line 87
def type; :NIL; end