struct Zap::Workspaces::Workspace

Defined in:

workspaces/workspace.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(package : Package, path : Path, relative_path : Path) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(package _package = @package, path _path = @path, relative_path _relative_path = @relative_path) #

[View source]
def matches?(filter : Workspaces::Filter, diffs : Diffs | Nil = nil) #

[View source]
def package : Package #

def path : Path #

def relative_path : Path #