module MspGem
Constants
- VERSION
Public Class Methods
hello()
click to toggle source
# File lib/msp_gem.rb, line 5 def self.hello p "lalalalala" p "it's my first gem" end
test()
click to toggle source
# File lib/msp_gem.rb, line 10 def self.test p "just for a test" end