module HelloSystemTeam

Constants

VERSION

Public Class Methods

exec() click to toggle source
# File lib/hello_system_team.rb, line 4
def self.exec
  puts "Hello System-Team!"
end