Module: MspGem

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

Constant Summary collapse

VERSION =
"0.5.0"

Class Method Summary collapse

Class Method Details

.helloObject



5
6
7
8
# File 'lib/msp_gem.rb', line 5

def self.hello
  p "lalalalala"
  p "it's my first gem"
end

.testObject



10
11
12
# File 'lib/msp_gem.rb', line 10

def self.test
  p "just for a test"
end