Sha256: 1a4a8ae60973b777e1fbd9ed3df671a69b98138ab31609fa13328f577aa3e481

Contents?: true

Size: 364 Bytes

Versions: 9

Compression:

Stored size: 364 Bytes

Contents

require 'cast_off.so'
require 'cast_off/util'
require 'cast_off/suggestion'
require 'cast_off/compile/dependency'
require 'cast_off/compile/method_information'
require 'cast_off/compile/configuration'
require 'cast_off/compile/code_manager'
require 'cast_off/compile'

module CastOff
  extend CastOff::Util
  extend CastOff::Compiler
end
CastOff.clear_settings()

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cast_off-0.3.7 lib/cast_off.rb
cast_off-0.3.6 lib/cast_off.rb
cast_off-0.3.5 lib/cast_off.rb
cast_off-0.3.4 lib/cast_off.rb
cast_off-0.3.2 lib/cast_off.rb
cast_off-0.3.1 lib/cast_off.rb
cast_off-0.2.3 lib/cast_off.rb
cast_off-0.2.1 lib/cast_off.rb
cast_off-0.2.0 lib/cast_off.rb