lib/antelope/generator/null.rb in antelope-0.3.2 vs lib/antelope/generator/null.rb in antelope-0.4.0

- old
+ new

@@ -1,18 +1,18 @@ -module Antelope - module Generator - - # Represents a generator that does not generate anything. - class Null < Base - - register_as "null" - - has_directive "null.data" - has_directive "comment" - - # Does nothing. - # - # @return [void] - def generate; end - end - end -end +module Antelope + module Generator + + # Represents a generator that does not generate anything. + class Null < Base + + register_as "null" + + has_directive "null.data" + has_directive "comment" + + # Does nothing. + # + # @return [void] + def generate; end + end + end +end