Module: Vindetta

Defined in:
lib/vindetta.rb,
lib/vindetta/version.rb,
lib/vindetta/generator.rb

Defined Under Namespace

Classes: Generator

Constant Summary collapse

VERSION =
"0.3.0"

Class Method Summary collapse

Class Method Details

.generate(options = {}) ⇒ Object



5
6
7
# File 'lib/vindetta.rb', line 5

def self.generate(options = {})
  Generator.generate(options)
end