# File lib/ethon/errors/select.rb, line 6 def initialize(errno) super("An error occured on select: #{errno}") end