class Antelope::Generator::Null

Represents a generator that does not generate anything.

Public Instance Methods

generate() click to toggle source

Does nothing.

@return [void]

# File lib/antelope/generator/null.rb, line 15
def generate; end