module Muwu

Constants

GEM_HOME_LIB
GEM_HOME_LIB_MUWU
VERSION

Public Instance Methods

debug(file, line, info) click to toggle source
# File lib/muwu.rb, line 28
def debug(file, line, info)
  Logger.new(STDERR).debug("#{file} #{line} #{info}")
end
read(path) click to toggle source
# File lib/muwu.rb, line 33
def read(path)
  ProjectReader.build { |b| b.load_path(path) }
end