module Testfirstgem
Constants
- VERSION
Public Class Methods
hello()
click to toggle source
Your code goes hereā¦
# File lib/testfirstgem.rb, line 6 def self.hello "Hello, my first gem!" end
Your code goes hereā¦
# File lib/testfirstgem.rb, line 6 def self.hello "Hello, my first gem!" end