class Object
Public Instance Methods
class_attr_accessor(symbol)
click to toggle source
# File lib/cocoapods-developing-folder/utiltiy.rb, line 5 def class_attr_accessor(symbol) self.class.send(:attr_accessor, symbol) end
unify_path(path)
click to toggle source
# File lib/cocoapods-developing-folder/utiltiy.rb, line 1 def unify_path(path) path.realpath.relative_path_from (Pathname.new "./").realpath end