Sha256: da0973133f97ec41acb11c926b974bf0f9c0f3b80c228ab5185e1001ab33aaa2
Contents?: true
Size: 188 Bytes
Versions: 17
Compression:
Stored size: 188 Bytes
Contents
module Ms module Format class FormatError < Exception attr_accessor :str def initialize(msg, str) super(msg) @str = str end end end end
Version data entries
17 entries across 17 versions & 2 rubygems