Sha256: 7d8ee209bbe6790ee2722da4411ce68aa38249dce952a492b28b318c2bd17233

Contents?: true

Size: 106 Bytes

Versions: 2

Compression:

Stored size: 106 Bytes

Contents

Widget 'b' do
  attribute 'foo' => 4 
  attribute 'bar' => 2 

  def foobar
    [foo, bar].join
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
widgetz-0.0.1 sample/rails/lib/widgets/b.rb
widgetz-0.0.2 rails/lib/widgets/b.rb