Sha256: fd9fd1c7d1bb4a08c7388a35ea2b2cb181202f45c1e41bdca614a6bae6123b82

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

class HowDoesThisWork < Wingtips::Slide
  def content
    headline 'How does this work?'
    bullet 'see the code of this slide: '
    empty_line
    code __FILE__
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wingtips-0.2.0 samples/wingtips_introduction/slides/how_does_this_work.rb
wingtips-0.1.0 samples/wingtips_introduction/slides/how_does_this_work.rb