module PomLoader
Constants
- VERSION
Public Class Methods
load(options = {})
click to toggle source
# File lib/pom-loader.rb, line 22 def self.load(options = {}) loader = PomLoader::Loader.new(options) loader.load end