Class: Ea::Cli::MissingUmlDependency
- Defined in:
- lib/ea/cli/error.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingUmlDependency
constructor
A new instance of MissingUmlDependency.
Constructor Details
#initialize ⇒ MissingUmlDependency
Returns a new instance of MissingUmlDependency.
22 23 24 25 |
# File 'lib/ea/cli/error.rb', line 22 def initialize super("lutaml-uml is required for this command. " \ "Add gem 'lutaml-uml' to your Gemfile.") end |