Module: Fort

Extended by:
RubyPatch::AutoLoad
Defined in:
lib/fort.rb,
lib/fort/src.rb,
lib/fort/version.rb,
lib/fort/src/code.rb,
lib/fort/src/code/program_unit.rb,
lib/fort/src/code/depended_module.rb

Defined Under Namespace

Modules: Type Classes: Src

Constant Summary collapse

MustNotHappen =
Class.new(Exception)
INTRINSIC_MODULES =
[
:ieee_arithmetic,
:ieee_exceptions,
:ieee_features,
:iso_c_binding,
:iso_fortran_env]
VERSION =
'2.0.4'