class Build::Files::Glob

def inspect

@returns [String] A debug string showing the full pattern.
Generate a string representation for debugging.
def inspect
	"<Glob #{full_pattern.inspect}>"
end