Sha256: afd36149401afcf0f02f2a43ea50fb0ff0dce541a8f9b45ad25be35ac4dafb7b
Contents?: true
Size: 161 Bytes
Versions: 9
Compression:
Stored size: 161 Bytes
Contents
module Ucasy class Failure < StandardError attr_reader :context def initialize(context = nil) @context = context super end end end
Version data entries
9 entries across 9 versions & 1 rubygems