Sha256: 673dc3332a70a39955500cec984d667398a5b7829196241333bdcb6a285ddbf2
Contents?: true
Size: 469 Bytes
Versions: 82
Compression:
Stored size: 469 Bytes
Contents
module Origen module RevisionControl class Perforce < Base def initialize(options = {}) super begin require 'origen_perforce' rescue LoadError puts 'To use the Perforce revision control system with Origen, you must add the following gem to your Gemfile:' puts puts " gem 'origen_perforce'" puts exit 1 end _initialize_(options) end end end end
Version data entries
82 entries across 82 versions & 1 rubygems