module Pod::Command::Options::Frozen::Options

Public Instance Methods

options() click to toggle source
Calls superclass method
# File lib/cocoapods-freezer/command/options/frozen.rb, line 9
def options
  [
    ['--frozen', 'running cocoapods-freezer before install'],
    ['--frozen=<Path>', 'running cocoapods-freezer before install'],
  ].concat(super)
end