module Aceworld::Test

Constants

VERSION

Public Class Methods

hello() click to toggle source
# File lib/aceworld/test.rb, line 5
def self.hello
  p "hello from my aceworld gem"
end