Sha256: 011b94a4b574c6c984b297d2391b924adf14c76a75879f3595ff9c2b0075ca23
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
faml-0.8.1 | benchmark/context.rb |
faml-0.8.0 | benchmark/context.rb |