Skip to content

Commit

Permalink
fixed a parameter error
Browse files Browse the repository at this point in the history
git-svn-id: http://rubyeventmachine.com/svn/trunk@722 2c60eb90-88cd-488e-9351-1edcb1d70dbc
  • Loading branch information
francis committed Jun 21, 2008
1 parent dd3ed52 commit af9c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jeventmachine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def self.set_rlimit_nofile n_descriptors
def self.open_udp_socket server, port
@em.openUdpSocket server, port
end
def self.invoke_popen
def self.invoke_popen cmd
# TEMPORARILY unsupported until someone figures out how to do it.
raise "unsupported on this platform"
end
Expand Down

0 comments on commit af9c53d

Please sign in to comment.