Sha256: 22b0465c6fd713ed84b6b798ab39a426aa6aa234f7cb7408364c1ff2f5c82310
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
module Ratch # Methods for utilizing Ruby POM. module POMUtils def self.included(base) require 'pom' end def self.extended(base) included(base) end # def project @project ||= ::POM::Project.new end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ratch-1.2.0 | lib/ratch/utils/pom.rb |