module CassetteRack::Tree
Public Class Methods
create(path)
click to toggle source
# File lib/cassette-rack/tree.rb, line 6 def self.create(path) CassetteRack::Tree::Branch.new(path) end
# File lib/cassette-rack/tree.rb, line 6 def self.create(path) CassetteRack::Tree::Branch.new(path) end