Sha256: 9e4cc24ad075ed49e41533c2b0de01023b798f0cc1f8a810f1a629e74aeebd76

Contents?: true

Size: 249 Bytes

Versions: 7

Compression:

Stored size: 249 Bytes

Contents

module Vedeu

  class PresentationTestClass

    include Presentation

    def attributes
      {
        colour: { background: '#000033', foreground: '#aadd00' },
        style:  ['bold']
      }
    end

  end # PresentationTestClass

end # Vedeu

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vedeu-0.3.4 test/support/helpers/presentation.rb
vedeu-0.3.3 test/support/helpers/presentation.rb
vedeu-0.3.2 test/support/helpers/presentation.rb
vedeu-0.3.1 test/support/helpers/presentation.rb
vedeu-0.3.0 test/support/helpers/presentation.rb
vedeu-0.2.12 test/support/test_classes/presentation.rb
vedeu-0.2.11 test/support/test_classes/presentation.rb