lib/buby.rb in emonti-buby-1.1.0.0 vs lib/buby.rb in emonti-buby-1.1.1
- old
+ new
@@ -70,11 +70,11 @@
# Buby-namer.
#
class Buby
# :stopdoc:
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
# :startdoc:
def initialize(other=nil)
@@ -237,11 +237,11 @@
alias proxy_history getProxyHistory
alias get_proxy_history getProxyHistory
# Returns a Java array of IHttpRequestResponse objects pulled directly from
# the Burp site map.
- def getSiteMap
- _check_and_callback(:getSiteMap)
+ def getSiteMap(urlprefix)
+ _check_and_callback(:getSiteMap, urlprefix)
end
alias site_map getSiteMap
alias get_site_map getSiteMap
# Restores Burp session state from a previously saved state file.