Module: Executables

Defined in:
lib/executables.rb,
lib/executables/version.rb,
lib/executables/web/app.rb,
lib/executables/collector.rb,
lib/executables/web/renderer.rb

Defined Under Namespace

Modules: Web Classes: Collector

Constant Summary collapse

VERSION =
"0.1.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.executable_directoriesObject

Returns the value of attribute executable_directories.


7
8
9
# File 'lib/executables.rb', line 7

def executable_directories
  @executable_directories
end

.executable_filesObject

Returns the value of attribute executable_files.


7
8
9
# File 'lib/executables.rb', line 7

def executable_files
  @executable_files
end

.root_directoryObject

Returns the value of attribute root_directory.


7
8
9
# File 'lib/executables.rb', line 7

def root_directory
  @root_directory
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Executables)

    the object that the method was called on


9
10
11
# File 'lib/executables.rb', line 9

def configure
  yield self
end