Sha256: 0b98430c29eaa14b2d4c26fa38c9ef64d1069a5e53246768cff4ae6698ea78a6
Contents?: true
Size: 138 Bytes
Versions: 1
Compression:
Stored size: 138 Bytes
Contents
class MessageBox class Information < MessageBox def initialize(title, text) super(title, text, 0x40) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
messagebox-0.1.0 | lib/messagebox/information.rb |