Class: GithubActionGemTest

Inherits:
Object
  • Object
show all
Defined in:
lib/main.rb

Class Method Summary collapse

Class Method Details

.byeObject



6
7
8
# File 'lib/main.rb', line 6

def self.bye
  puts 'Bye, Github Action Gem Test! without bug'
end

.helloObject



2
3
4
# File 'lib/main.rb', line 2

def self.hello
  puts 'Hello, Github Action Gem Test! without bug'
end