Sha256: 0edc9b81cf0f70c195c2045489cfbc2956cec64bcc8699f7f3c7585cdb109a6b

Contents?: true

Size: 171 Bytes

Versions: 3

Compression:

Stored size: 171 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-developing-folder-0.5.4 lib/cocoapods-developing-folder/utiltiy.rb
cocoapods-developing-folder-0.5.3 lib/cocoapods-developing-folder/utiltiy.rb
cocoapods-developing-folder-0.5.2 lib/cocoapods-developing-folder/utiltiy.rb