Module: CoreEx
- Defined in:
- lib/core_ex/require.rb,
lib/core_ex.rb,
lib/core_ex/proc.rb,
lib/core_ex/time.rb,
lib/core_ex/yaml.rb,
lib/core_ex/string.rb,
lib/core_ex/numeric.rb,
lib/core_ex/try_dup.rb,
lib/core_ex/pathname.rb,
lib/core_ex/exception.rb,
lib/core_ex/enumerable.rb,
lib/core_ex/file_utils.rb,
lib/core_ex/version_id.rb,
lib/core_ex/module/import.rb,
lib/core_ex/embedded_tests.rb,
lib/core_ex/module/in_place.rb,
lib/core_ex/module/attr_once.rb,
lib/core_ex/object/the_first_time.rb,
lib/core_ex/object/singleton_class.rb,
lib/core_ex/module/mix_in_with_args.rb,
lib/core_ex/object/instance_eval_with_args.rb,
lib/core_ex/dependencies_ext/constant_load_path.rb
Overview
- Copyright
-
Copyright © 2005 Nicolas Pouillard. All rights reserved.
- Author
-
Nicolas Pouillard <[email protected]>.
- License
-
Gnu General Public License.
- Revision
-
$Id: /w/fey/ruby_ex/trunk/core_ex/lib/core_ex/dependencies_ext/constant_load_path.rb 7941 2005-09-06T20:32:49.915023Z ertai $
Defined Under Namespace
Modules: DependenciesExt, EmbeddedTests, Enumerable, Exception, FileUtils, Module, Numeric, Object, Pathname, Proc, Require, String, Time, TryDup, Yaml
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.core_ex ⇒ Object
269 270 271 |
# File 'lib/core_ex.rb', line 269 def core_ex dir + 'core_ex' end |
.dir ⇒ Object
265 266 267 |
# File 'lib/core_ex.rb', line 265 def dir CORE_EX_DIR end |
.fixtures_dir ⇒ Object
277 278 279 |
# File 'lib/core_ex.rb', line 277 def fixtures_dir test_dir + 'fixtures' end |
.test_dir ⇒ Object
273 274 275 |
# File 'lib/core_ex.rb', line 273 def test_dir dir.parent + 'test' end |