Class: PasteboaRb::General
- Inherits:
-
PasteboardBase
- Object
- PasteboardBase
- PasteboaRb::General
- Defined in:
- lib/pasteboarb/pasteboard.rb
Instance Attribute Summary
Attributes inherited from PasteboardBase
Instance Method Summary collapse
-
#initialize ⇒ General
constructor
A new instance of General.
Constructor Details
#initialize ⇒ General
Returns a new instance of General.
7 8 9 |
# File 'lib/pasteboarb/pasteboard.rb', line 7 def initialize @pboard = :general end |