Sha256: 1f5e0fde966c9a82c7047a6a2846b79aac05b27955a33d520e447839431106d1

Contents?: true

Size: 458 Bytes

Versions: 5

Compression:

Stored size: 458 Bytes

Contents

require 'grape-markdown'

module GrapeSlate
  autoload :Version,          'grape-slate/version'
  autoload :SampleGenerator,  'grape-slate/sample_generator'
  autoload :Document,         'grape-slate/document'
  autoload :ExampleGenerator, 'grape-slate/example_generator'

  def self.config
    if block_given?
      yield(GrapeMarkdown::Configuration)
    else
      GrapeMarkdown::Configuration
    end
  end
end

GrapeMarkdown::Configuration.extend :host

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grape-slate-0.0.6 lib/grape-slate.rb
grape-slate-0.0.5 lib/grape-slate.rb
grape-slate-0.0.4 lib/grape-slate.rb
grape-slate-0.0.3 lib/grape-slate.rb
grape-slate-0.0.2 lib/grape-slate.rb