class Ww21

my comments…

Public Class Methods

common() click to toggle source
# File lib/ww21.rb, line 7
def self.common
  p 'static method'
end

Public Instance Methods

hi() click to toggle source
# File lib/ww21.rb, line 4
def hi
  p 'gem works'
end