Sha256: 537c6df71cfca069f28cd41da6af8d20cbcddb0f3964b6a4adda91c3a1f7aa07

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

module RubyExpect
  #####
  # Raised when attempt is made to interact with a closed filehandle 
  #
  class ClosedError < StandardError
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby_expect-1.7.5 lib/ruby_expect/errors.rb
ruby_expect-1.7.4 lib/ruby_expect/errors.rb
ruby_expect-1.7.3 lib/ruby_expect/errors.rb
ruby_expect-1.7.2 lib/ruby_expect/errors.rb
ruby_expect-1.7.1 lib/ruby_expect/errors.rb