Class: Mantra::Commands::Highlight

Inherits:
Mantra::Command show all
Defined in:
lib/mantra/commands/highlight.rb

Instance Attribute Summary

Attributes inherited from Mantra::Command

#options

Instance Method Summary collapse

Methods inherited from Mantra::Command

description, full_description, #initialize, option, option_descriptors, #parse_options, #run, usage

Methods included from Helpers::ObjectWithType

included

Constructor Details

This class inherits a constructor from Mantra::Command

Instance Method Details

#performObject



16
17
18
19
# File 'lib/mantra/commands/highlight.rb', line 16

def perform
  m = Manifest.new(manifest)
  raise "Not implemented yet"
end