Module: Talknote
- Defined in:
- lib/talknote.rb,
lib/talknote/cli.rb,
lib/talknote/client.rb,
lib/talknote/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
-
.hello ⇒ Object
Your code goes here…
Class Method Details
.hello ⇒ Object
Your code goes here…
13 14 15 |
# File 'lib/talknote.rb', line 13 def self.hello p 'hello' end |