summaryrefslogtreecommitdiff
path: root/lib/utils/diag.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/diag.rb')
-rw-r--r--lib/utils/diag.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/utils/diag.rb b/lib/utils/diag.rb
deleted file mode 100644
index fd37945..0000000
--- a/lib/utils/diag.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-=begin
-* Name: diag.rb
-* Description: Diagnostic tools
-* Author: Andreas Maunz <andreas@maunz.de>
-* Date: 10/2012
-=end
-
-# Print a diagnostic message
-def uri_list
- puts "My load path is:\n#{$LOAD_PATH.join("\n")} \nI have loaded #{$LOADED_FEATURES.size} objects.\n\n"
-end