Sha256: 69d57f05f117482c25b61556c5be0c1281a90d5712376d3e0aee967529108157

Contents?: true

Size: 735 Bytes

Versions: 25

Compression:

Stored size: 735 Bytes

Contents

unless defined?(RubyVM::InstructionSequence)
  puts "Currently, TypeProf can work on a Ruby implementation that supports RubyVM::InstructionSequence, such as CRuby."
  exit 1
end

module TypeProf end

require_relative "typeprof/version"
require_relative "typeprof/config"
require_relative "typeprof/insns-def"
require_relative "typeprof/utils"
require_relative "typeprof/type"
require_relative "typeprof/container-type"
require_relative "typeprof/method"
require_relative "typeprof/block"
require_relative "typeprof/iseq"
require_relative "typeprof/arguments"
require_relative "typeprof/analyzer"
require_relative "typeprof/import"
require_relative "typeprof/export"
require_relative "typeprof/builtin"
require_relative "typeprof/cli"

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
typeprof-0.15.3 lib/typeprof.rb
typeprof-0.15.2 lib/typeprof.rb
typeprof-0.15.1 lib/typeprof.rb
typeprof-0.15.0 lib/typeprof.rb
typeprof-0.14.1 lib/typeprof.rb
typeprof-0.14.0 lib/typeprof.rb
typeprof-0.13.0 lib/typeprof.rb
typeprof-0.12.0 lib/typeprof.rb
typeprof-0.11.0 lib/typeprof.rb
typeprof-0.10.0 lib/typeprof.rb
typeprof-0.9.2 lib/typeprof.rb
typeprof-0.9.1 lib/typeprof.rb
typeprof-0.9.0 lib/typeprof.rb
typeprof-0.8.0 lib/typeprof.rb
typeprof-0.7.0 lib/typeprof.rb
typeprof-0.6.1 lib/typeprof.rb
typeprof-0.6.0 lib/typeprof.rb
typeprof-0.5.4 lib/typeprof.rb
typeprof-0.5.3 lib/typeprof.rb
typeprof-0.5.2 lib/typeprof.rb