Module: Umlify
- Defined in:
- lib/umlify.rb,
lib/umlify/runner.rb,
lib/umlify/diagram.rb,
lib/umlify/version.rb,
lib/umlify/uml_class.rb,
lib/umlify/parser_sexp.rb
Defined Under Namespace
Classes: Diagram, ParserSexp, Runner, UmlClass
Constant Summary collapse
- VERSION =
"1.2.6"
Class Method Summary collapse
-
.execute(args) ⇒ Object
Executes umlify with the given set of options.
Class Method Details
.execute(args) ⇒ Object
Executes umlify with the given set of options
46 47 48 |
# File 'lib/umlify.rb', line 46 def execute args Umlify::Runner.new(args).run end |