module NonameTestGem

Constants

VERSION

Public Class Methods

hello_world() click to toggle source
# File lib/noname_test_gem.rb, line 4
def self.hello_world
  puts "hellou worlde"
end