Sha256: 2030af335ea39f10b380b6527539e1bc5fd633aed66620cd4f1d901c4dc9a543
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# frozen_string_literal: true require 'active_support' require 'colorize' require 'pathname' require 'psych' # require Ruby extensions require 'specimen/extensions/ruby/hash' require 'specimen/command' require 'specimen/runtime' require 'specimen/version' module Specimen extend ActiveSupport::Autoload class << self attr_accessor :runtime def init_wd_path @init_wd_path ||= Pathname.getwd end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specimen-0.0.3.alpha | lib/specimen.rb |