module MelintasWholeRoad

Public Class Methods

destination_of_root_path() click to toggle source
# File lib/melintas-whole-road.rb, line 5
def self.destination_of_root_path
        return Pathname.new(Dir.pwd)
end
road() click to toggle source
# File lib/melintas-whole-road.rb, line 9
def self.road
        Dir.glob(destination_of_root_path.join("*.*")
end