class Fried::Test::GetTestDirectory::Substitute

Attributes

test_path[R]

Public Class Methods

new(test_path) click to toggle source
# File lib/fried/test/get_test_directory.rb, line 14
def initialize(test_path)
  @test_path = test_path
end

Public Instance Methods

call() click to toggle source
# File lib/fried/test/get_test_directory.rb, line 18
def call
  Pathname.new(test_path)
end