Module: Ratch::POMUtils

Defined in:
lib/ratch/utils/pom.rb

Overview

Methods for utilizing Ruby POM.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



10
11
12
# File 'lib/ratch/utils/pom.rb', line 10

def self.extended(base)
  included(base)
end

.included(base) ⇒ Object



6
7
8
# File 'lib/ratch/utils/pom.rb', line 6

def self.included(base)
  require 'pom'
end

Instance Method Details

#projectObject



15
16
17
# File 'lib/ratch/utils/pom.rb', line 15

def project
  @project ||= ::POM::Project.new
end