Class: Waitest::Testing
- Inherits:
-
Object
- Object
- Waitest::Testing
- Defined in:
- lib/waitest.rb
Overview
Your code goes here…
Class Method Summary collapse
Class Method Details
.hello_world ⇒ Object
10 11 12 |
# File 'lib/waitest.rb', line 10 def self.hello_world 'hello world test' end |