Module: Talknote

Defined in:
lib/talknote.rb,
lib/talknote/cli.rb,
lib/talknote/client.rb,
lib/talknote/version.rb

Defined Under Namespace

Classes: CLI, Client, Error

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.helloObject

Your code goes here…



13
14
15
# File 'lib/talknote.rb', line 13

def self.hello
  p 'hello'
end