Fix for JRUBY-1986, turn the len parameter of fnmatch into an end parameter instead.
commit2346ae04d09a169379c37048b2897d271785b029
authorolabini <olabini@961051c9-f516-0410-bf72-c9f7e237a7b7>
Thu, 17 Jan 2008 14:18:24 +0000 (17 14:18 +0000)
committerolabini <olabini@961051c9-f516-0410-bf72-c9f7e237a7b7>
Thu, 17 Jan 2008 14:18:24 +0000 (17 14:18 +0000)
tree3976bc190ffe2ed47cc6ac1cc8a8d06be59d1ebd
parent25ad644e9de800078432974bc87636f48162fa58
Fix for JRUBY-1986, turn the len parameter of fnmatch into an end parameter instead.

git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@5643 961051c9-f516-0410-bf72-c9f7e237a7b7
src/org/jruby/RubyFile.java
src/org/jruby/util/Dir.java
test/test_file.rb