Module: Most::PathHelpers

Included in:
Box, Submission, TestCase, TestRunner
Defined in:
lib/most/structures/types/path.rb

Instance Method Summary collapse

Instance Method Details

#path(path) ⇒ Object



24
25
26
# File 'lib/most/structures/types/path.rb', line 24

def path(path)
  Path.new(path)
end