Class: Antelope::Generator::Null

Inherits:
Base
  • Object
show all
Defined in:
lib/antelope/generator/null.rb

Overview

Represents a generator that does not generate anything.

Constant Summary

Constants inherited from Base

Base::Boolean

Instance Attribute Summary

Attributes inherited from Base

#file, #grammar, #mods

Instance Method Summary collapse

Methods inherited from Base

directive, directives, inherited, #initialize, register_as, source_root, #template

Methods included from Base::Extra

#productions, #table

Methods included from Base::Coerce

#coerce_directive_class, #coerce_directive_value, #coerce_nested_hash, #directives

Constructor Details

This class inherits a constructor from Antelope::Generator::Base

Instance Method Details

#generatevoid

This method returns an undefined value.

Does nothing.



15
# File 'lib/antelope/generator/null.rb', line 15

def generate; end