Sha256: 8fe03fb7b2f67e6c5ce8aeec0b4c24e8a8b13c31e35584e9e5d54c48c1b98d1e

Contents?: true

Size: 143 Bytes

Versions: 15

Compression:

Stored size: 143 Bytes

Contents

module FrankHelpers
  def hello_helper
    'hello from helper'
  end

  def title(val = nil)
    @title = val if val
    @title || ""
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
frank-1.0.12 spec/template/helpers.rb
frank-1.0.11 spec/template/helpers.rb
frank-1.0.10 spec/template/helpers.rb
frank-1.0.9 spec/template/helpers.rb
frank-1.0.8 spec/template/helpers.rb
frank-1.0.7 spec/template/helpers.rb
frank-1.0.6 spec/template/helpers.rb
frank-1.0.5 spec/template/helpers.rb
frank-1.0.4 spec/template/helpers.rb
frank-1.0.3 spec/template/helpers.rb
frank-1.0.2 spec/template/helpers.rb
frank-1.0.1 spec/template/helpers.rb
frank-1.0.0 spec/template/helpers.rb
frank-0.4.1 spec/template/helpers.rb
frank-0.4.0 spec/template/helpers.rb