Sha256: 85c2a728a05bae95b4ce27d308505e00725b5be68b012ba607f4f2e2298368f4

Contents?: true

Size: 569 Bytes

Versions: 3

Compression:

Stored size: 569 Bytes

Contents

require File.expand_path('../../spec_helper', __FILE__)
module Quickl
  module Fixtures

    #
    # This is a fixtures helper that matches documentation conventions.
    #
    # This is a second paragraph
    # That append on two lines
    #
    #
    # WARNING:
    #   This kind of indentation should not be interpreted as code
    #
    #   But this one yes
    #
    module RubyTools
    end # module RubyTools
    
    #
    # This is the documentation of the Utils module
    #
    module Utils
    end # module Utils

  end # module Fixtures
end # module Quickl

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quickl-0.2.2 spec/ruby_tools/fixtures.rb
quickl-0.2.1 spec/ruby_tools/fixtures.rb
quickl-0.1.1 test/ruby_tools/fixtures.rb