class Test
  def test
     p "test called"
  end
end

a= Test.new
a.test