Class: GithubActionGemTest
- Inherits:
-
Object
- Object
- GithubActionGemTest
- Defined in:
- lib/main.rb
Class Method Summary collapse
Class Method Details
.bye ⇒ Object
6 7 8 |
# File 'lib/main.rb', line 6 def self.bye puts 'Bye, Github Action Gem Test! without bug' end |
.hello ⇒ Object
2 3 4 |
# File 'lib/main.rb', line 2 def self.hello puts 'Hello, Github Action Gem Test! without bug' end |