module StrevTest

Constants

VERSION

Public Class Methods

hello() click to toggle source
# File lib/strev_test.rb, line 4
def self.hello 
      puts "Hello, world!"
end