Class: LogicalConstruct::GroundControl::Core

Inherits:
Mattock::TaskLib
  • Object
show all
Extended by:
Mattock::ValiseManager
Includes:
Mattock::ValiseManager
Defined in:
lib/logical-construct/ground-control/core.rb

Instance Method Summary collapse

Instance Method Details

#default_configurationObject



13
14
15
# File 'lib/logical-construct/ground-control/core.rb', line 13

def default_configuration
  super
end

#defineObject



22
23
24
25
26
27
28
29
# File 'lib/logical-construct/ground-control/core.rb', line 22

def define
  in_namespace do
    desc "List the search paths for files used by ground control"
    task :search_paths do
      p valise #ok
    end
  end
end

#resolve_configurationObject



17
18
19
20
# File 'lib/logical-construct/ground-control/core.rb', line 17

def resolve_configuration
  self.valise = default_valise(*search_paths)
  super
end