module Demogem1

Constants

VERSION

Public Class Methods

demoself() click to toggle source

Your code goes here…

# File lib/demogem1.rb, line 5
def self.demoself
  "this is the demo gem created"
end