Class: Waitest::Testing

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

Overview

Your code goes here…

Class Method Summary collapse

Class Method Details

.hello_worldObject



10
11
12
# File 'lib/waitest.rb', line 10

def self.hello_world
  'hello world test'
end