default to no options

git-svn-id: file:///home/svn/incoming/trunk@2541 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Spoon M 2005-06-02 01:13:05 +00:00
parent dd7f27e974
commit c3b17c565a
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ClientCore < Extension
Indicates that the library should be loaded from disk, not from
memory on the remote machine
=end
def use(mod, opts)
def use(mod, opts = { })
if (mod == nil)
raise RuntimeError, "No modules were specified", caller
end