Module: Peanut
- Defined in:
- lib/peanut.rb,
lib/peanut/store.rb,
lib/peanut/command.rb,
lib/peanut/version.rb,
lib/peanut/clipboard.rb
Defined Under Namespace
Classes: Clipboard, Command, Store
Constant Summary collapse
- VERSION =
"0.3"
Class Method Summary collapse
-
.output(string) ⇒ Object
Makes for easier testing if I/O.
Class Method Details
.output(string) ⇒ Object
Makes for easier testing if I/O
10 11 12 |
# File 'lib/peanut.rb', line 10 def self.output(string) puts string end |