Sha256: c8286d4d5e844edfa97bc44ea35769d50938ad2e2405606af1c95af1feea46b7

Contents?: true

Size: 92 Bytes

Versions: 10

Compression:

Stored size: 92 Bytes

Contents

module ApplicationHelper

  def capitalize string
    string.capitalize if string
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stache-1.2.0 spec/dummy/app/helpers/application_helper.rb
stache-1.1.1 spec/dummy/app/helpers/application_helper.rb
stache-1.1.0 spec/dummy/app/helpers/application_helper.rb
stache-1.0.3 spec/dummy/app/helpers/application_helper.rb
stache-1.0.2 spec/dummy/app/helpers/application_helper.rb
stache-1.0.1 spec/dummy/app/helpers/application_helper.rb
stache-1.0.0 spec/dummy/app/helpers/application_helper.rb
stache-1.0.0.rc spec/dummy/app/helpers/application_helper.rb
stache-0.9.1 spec/dummy/app/helpers/application_helper.rb
stache-0.9.0 spec/dummy/app/helpers/application_helper.rb