Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sugarcrm / test / extensions_test / patch.rb
Size: Mime:
SugarCRM::Contact.class_eval do
  def self.is_extended?
    true
  end
  
  def is_extended?
    true
  end
end