Ratch  Ratch::POMUtils

[Validate]
Generated with Newfish 0.1.0

POMUtils

Methods for utilizing Ruby POM.

Public Class Methods

extended(base) click to toggle source
    # File lib/ratch/utils/pom.rb, line 10
10:     def self.extended(base)
11:       included(base)
12:     end
included(base) click to toggle source
   # File lib/ratch/utils/pom.rb, line 6
6:     def self.included(base)
7:       require 'pom'
8:     end

Public Instance Methods

project() click to toggle source
    # File lib/ratch/utils/pom.rb, line 15
15:     def project
16:       @project ||= ::POM::Project.new
17:     end

Disabled; run with --debug to generate this.