Module: Ridley::Connectors

Defined in:
lib/ridley-connectors.rb,
lib/ridley-connectors/version.rb

Constant Summary collapse

VERSION =
"2.4.0"

Class Method Summary collapse

Class Method Details

.bootstrappersPathname

Returns:

  • (Pathname)


20
21
22
# File 'lib/ridley-connectors.rb', line 20

def bootstrappers
  root.join('bootstrappers')
end

.rootPathname

Returns:

  • (Pathname)


10
11
12
# File 'lib/ridley-connectors.rb', line 10

def root
  @root ||= Pathname.new(File.expand_path('../', File.dirname(__FILE__)))
end

.scriptsPathname

Returns:

  • (Pathname)


15
16
17
# File 'lib/ridley-connectors.rb', line 15

def scripts
  root.join('scripts')
end