Class: TestingGemWithSteve

Inherits:
Object
  • Object
show all
Defined in:
lib/testing_gem_with_steve.rb,
lib/testing_gem_with_steve/version.rb

Constant Summary collapse

VERSION =
"0.0.2"

Instance Method Summary collapse

Instance Method Details

#talking_to_deniseObject



4
5
6
# File 'lib/testing_gem_with_steve.rb', line 4

def talking_to_denise
  %x(say "Hello Denise. Are you listening to me.")
end