module Ratch::POMUtils
Methods for utilizing Ruby POM.
Public Class Methods
extended(base)
click to toggle source
# File lib/ratch/utils/pom.rb, line 10 def self.extended(base) included(base) end
included(base)
click to toggle source
# File lib/ratch/utils/pom.rb, line 6 def self.included(base) require 'pom' end
Public Instance Methods
project()
click to toggle source
# File lib/ratch/utils/pom.rb, line 15 def project @project ||= ::POM::Project.new end