class Myfirsthelloworldgem
Public Class Methods
hi()
click to toggle source
# File lib/myfirsthelloworldgem.rb, line 2 def self.hi puts "Hello From Mined Minds. This is my first gem i have made many more to come" end