class FormGem

Public Instance Methods

init() click to toggle source
# File lib/formgem.rb, line 3
def init 
    puts "hello friends"
end