class XcodeArchiveCache::Config::Workspace
Public Class Methods
new(path)
click to toggle source
Calls superclass method
XcodeArchiveCache::Config::Entry::new
# File lib/config/config.rb, line 73 def initialize(path) super(path) @file_extname = ".xcworkspace" end