summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-29 12:01:21 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-29 12:01:21 +0200
commit080a09b9bb468f0fb868ac69fcf49d4dc0c31857 (patch)
tree2afe307aa5456bfd7f47617c3e482f88786b1ab3 /application.rb
parentb4f0fbdade0abedb6bb4dcd61a6444fc8ad90089 (diff)
Improved user experience
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 346ab64..53c8e51 100644
--- a/application.rb
+++ b/application.rb
@@ -7,7 +7,7 @@ module OpenTox
class Application < Service
helpers do
def uri_list
- "Gesendet von localhost:8080, der die Ruby-Bindings von libbrc, liblast und openbabel erfolgreich geladen hat.\nUnd tschuess.\n"
+ "I have loaded native extensions for libbrc, liblast and openbabel right now!.\n\n My load path is: #{$LOAD_PATH} \n\nI have loaded #{$LOADED_FEATURES.size} objects.\n"
end
end