Sha256: 889ee0664ac0f843e2361254296a2f76daa4f42688e4eefe1eda3502f72c6978

Contents?: true

Size: 95 Bytes

Versions: 8

Compression:

Stored size: 95 Bytes

Contents

module Merb
  module SpeechHelper
    def say(text)
      "You said: #{text}"
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tdreyno-staticmatic-2.10.0 spec/fixtures/sample/helpers/speech_helper.rb
tdreyno-staticmatic-2.11.0 spec/fixtures/sample/helpers/speech_helper.rb
tdreyno-staticmatic-2.11.1 spec/fixtures/sample/helpers/speech_helper.rb
tdreyno-staticmatic-2.9.1 spec/fixtures/sample/helpers/speech_helper.rb
tdreyno-staticmatic-2.9.3 spec/fixtures/sample/helpers/speech_helper.rb
tdreyno-staticmatic-2.9.4 spec/fixtures/sample/helpers/speech_helper.rb
tdreyno-staticmatic-2.9.6 spec/fixtures/sample/helpers/speech_helper.rb
tdreyno-staticmatic-2.9.7 spec/fixtures/sample/helpers/speech_helper.rb