module Imagen

Base module

Constants

AVAILABLE_RUBY_VERSIONS
EXCLUDE_RE
VERSION

Attributes

parser_version[RW]

Public Class Methods

from_local(dir) click to toggle source
# File lib/imagen.rb, line 14
def self.from_local(dir)
  Node::Root.new.build_from_dir(dir)
end
from_remote(repo_url) click to toggle source
# File lib/imagen.rb, line 18
def self.from_remote(repo_url)
  RemoteBuilder.new(repo_url).build
end