class Bgem::Config

Attributes

entry[RW]
output[RW]
scope[RW]

Public Class Methods

new(config_file) click to toggle source
# File lib/bgem.rb, line 19
def initialize config_file
  @entry, @output, @scope = SOURCE_FILE, 'output.rb', nil
  DSL.new self, (IO.read config_file)
end