module Talknote

Constants

VERSION

Public Class Methods

hello() click to toggle source

Your code goes here…

# File lib/talknote.rb, line 13
def self.hello
  p 'hello'
end