Class: VER::Register::Clipboard
- Inherits:
-
VER::Register
- Object
- Struct
- Struct
- VER::Register
- VER::Register::Clipboard
- Defined in:
- lib/ver/register.rb
Overview
Special register for clipboard, found in Register
Constant Summary
Constants inherited from VER::Register
Constants inherited from Struct
Instance Attribute Summary
Attributes inherited from VER::Register
Instance Method Summary collapse
Methods inherited from VER::Register
Methods inherited from Struct
Instance Method Details
#inspect ⇒ Object
37 38 39 |
# File 'lib/ver/register.rb', line 37 def inspect "#<VER::Register::Clipboard name=%p, value=%p>" % [name, value] end |