Sha256: 8e3ee3f60a1c60b7b2651e8b4b4744962b79b50e3380cfdecf622719df580096
Contents?: true
Size: 325 Bytes
Versions: 42
Compression:
Stored size: 325 Bytes
Contents
module Mext # # +NegativeNumeric+ is raised on certain operations that do not allow # negative arguments or receivers # class NegativeNumeric < StandardError; end # # +PureAbstractMethodCalled+ is raised when an abstract # base class is called # class PureAbstractMethodCalled < StandardError; end end
Version data entries
42 entries across 42 versions & 1 rubygems