Class: ActiveFacts::Generate::HELP

Inherits:
Object
  • Object
show all
Defined in:
lib/activefacts/generate/help.rb

Overview

Generate nothing from an ActiveFacts vocabulary. This is useful to check the file can be read ok. Invoke as

afgen --null <file>.cql

Instance Method Summary collapse

Instance Method Details

#generate(out = $>) ⇒ Object



58
59
# File 'lib/activefacts/generate/help.rb', line 58

def generate(out = $>)
end