Module: Yasfmi

Defined in:
lib/yasfmi.rb,
lib/yasfmi/version.rb

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.helloObject



4
5
6
# File 'lib/yasfmi.rb', line 4

def self.hello
  'hello'
end

Instance Method Details

#thanksObject



8
9
10
# File 'lib/yasfmi.rb', line 8

def thanks
  'thanks'
end