This is an automated email from the git hooks/post-receive script.

pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.

commit f5932159c2678b7a4ac11096c655f138b5c51616
Author: rssdev10 <[email protected]>
Date:   Wed Feb 26 22:47:05 2014 +0400

    RubyScript: sikulix.rb added shelp method
---
 Basics/src/main/resources/Lib/sikulix.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Basics/src/main/resources/Lib/sikulix.rb 
b/Basics/src/main/resources/Lib/sikulix.rb
index 04f0e61..9f93711 100755
--- a/Basics/src/main/resources/Lib/sikulix.rb
+++ b/Basics/src/main/resources/Lib/sikulix.rb
@@ -116,6 +116,12 @@ module SikuliX4Ruby
     [$SIKULI_SCREEN, SikuliX].inject({}) do |h, obj|
       h.merge!(obj.methods.inject({}){|h, name| h.merge!(name => 
obj.method(name))})
     end
+
+  # display some help in interactive mode
+  def shelp
+    SikuliScript.shelp
+  end
+
 end
 
 # This method allow to call "undotted" methods that belong to

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/sikuli.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to