module Example

Public Class Methods

path(path) click to toggle source

Helper Utility: path =

@private

# File lib/gearbox.rb, line 144
def path(path)
  File.expand_path("../examples/#{path}", __FILE__)
end

Private Instance Methods

path(path) click to toggle source

Helper Utility: path =

@private

# File lib/gearbox.rb, line 144
def path(path)
  File.expand_path("../examples/#{path}", __FILE__)
end