module Bedouin

Constants

VERSION

Public Class Methods

environment_for(environment_path) click to toggle source
# File lib/bedouin.rb, line 13
def self.environment_for(environment_path)
  Environment.parse(environment_path)
end
template_for(template_path) click to toggle source
# File lib/bedouin.rb, line 9
def self.template_for(template_path)
  Template.new(File.open(template_path))
end