module TestSG
Constants
- VERSION
Public Class Methods
greet()
click to toggle source
# File lib/testSG.rb, line 5 def self.greet puts "Your test gem!" end
# File lib/testSG.rb, line 5 def self.greet puts "Your test gem!" end