class Pod::Specification::Set::LazySpecification

Attributes

spec_source[R]

Public Instance Methods

respond_to?(method, include_all = false) click to toggle source
Calls superclass method
# File lib/cocoapods-imy-bin/native/resolver.rb, line 221
def respond_to?(method, include_all = false)
  return super unless method == :spec_source

  true
end