Sha256: 0174ee0614a0250a4819f45af99afcea376962324a8fc47ec568c2b018e664be
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
module Antelope module Generator # Represents a generator that does not generate anything. class Null < Base # Does nothing. # # @return [void] def generate; end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antelope-0.1.8 | lib/antelope/generator/null.rb |