Sha256: c899689878f37391bd48eee1e40ecfc5f7e0f89935055ff90a1105fae26cf3cc

Contents?: true

Size: 233 Bytes

Versions: 10

Compression:

Stored size: 233 Bytes

Contents

class Context
  def header
    'Colors'
  end

  def item
    [{ name: 'red',   current: true,  url: '#red'   },
     { name: 'green', current: false, url: '#green' },
     { name: 'blue',  current: false, url: '#blue'  }]
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
faml-0.6.0 benchmark/context.rb
faml-0.5.1 benchmark/context.rb
faml-0.5.0 benchmark/context.rb
faml-0.4.2 benchmark/context.rb
faml-0.4.1 benchmark/context.rb
faml-0.4.0 benchmark/context.rb
faml-0.3.6 benchmark/context.rb
faml-0.3.5 benchmark/context.rb
faml-0.3.4 benchmark/context.rb
faml-0.3.3 benchmark/context.rb