Sha256: cb760433e00f1e3a9559ea10967b4af1076db5a2285972bafd459fcf70a58af2
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
class MessageBox class Warning < MessageBox def initialize(title, text) super(title, text, 0x30) end end class Warn < Warning; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
messagebox-0.1.0 | lib/messagebox/warning.rb |