Sha256: ccb64757938b2469d47359daba1e6f036275d4251216018f00f75bdd1ce06163

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

#    This file is part of Metasm, the Ruby assembly manipulation suite
#    Copyright (C) 2006-2009 Yoann GUILLOT
#
#    Licence is LGPL, see LICENCE in the top-level directory

# this file loads all metasm files, to avoid using ruby autoload mechanism

require File.join(File.dirname(__FILE__), '..', 'metasm')

module Metasm
	Const_autorequire.values.flatten.each { |f| require File.join('metasm', f) }
	$:.pop if $:.last == Metasmdir
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
metasm-1.0.5 misc/metasm-all.rb
metasm-1.0.4 misc/metasm-all.rb
metasm-1.0.3 misc/metasm-all.rb
metasm-1.0.2 misc/metasm-all.rb
metasm-1.0.1 misc/metasm-all.rb
metasm-1.0.0 misc/metasm-all.rb