Top Level Namespace

Defined Under Namespace

Modules: CocoapodsDevelopingFolder, Pod, Xcodeproj

Instance Method Summary collapse

Instance Method Details

#class_attr_accessor(symbol) ⇒ Object



5
6
7
# File 'lib/cocoapods-developing-folder/utiltiy.rb', line 5

def class_attr_accessor(symbol)
    self.class.send(:attr_accessor, symbol)
end

#unify_path(path) ⇒ Object



1
2
3
# File 'lib/cocoapods-developing-folder/utiltiy.rb', line 1

def unify_path(path)
    path.realpath.relative_path_from (Pathname.new "./").realpath
end