Module: Gh::Action::Test
- Defined in:
- lib/gh/action/test.rb,
lib/gh/action/test/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.2.0"
Class Method Summary collapse
Class Method Details
.hello_world ⇒ Object
10 11 12 |
# File 'lib/gh/action/test.rb', line 10 def self.hello_world "Hello, World!" end |