Sha256: 15b805daf67ec68f8356192c6ef72bafe4707e33fa6c1ff7ea6d707627510c87

Contents?: true

Size: 166 Bytes

Versions: 31

Compression:

Stored size: 166 Bytes

Contents

# frozen_string_literal: true

class BlockType
  ALL = [
    BASH = 'bash',
    LINK = 'link',
    OPTS = 'opts',
    PORT = 'port',
    VARS = 'vars'
  ].freeze
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
markdown_exec-2.4.0 lib/block_types.rb
markdown_exec-2.3.0 lib/block_types.rb
markdown_exec-2.2.0 lib/block_types.rb
markdown_exec-2.1.0 lib/block_types.rb
markdown_exec-2.0.8.4 lib/block_types.rb
markdown_exec-2.0.8.3 lib/block_types.rb
markdown_exec-2.0.8.2 lib/block_types.rb
markdown_exec-2.0.8.1 lib/block_types.rb
markdown_exec-2.0.8 lib/block_types.rb
markdown_exec-2.0.7 lib/block_types.rb
markdown_exec-2.0.6 lib/block_types.rb
markdown_exec-2.0.5 lib/block_types.rb
markdown_exec-2.0.4 lib/block_types.rb
markdown_exec-2.0.3.2 lib/block_types.rb
markdown_exec-2.0.3.1 lib/block_types.rb
markdown_exec-2.0.3 lib/block_types.rb
markdown_exec-2.0.2 lib/block_types.rb
markdown_exec-2.0.1 lib/block_types.rb
markdown_exec-2.0.0 lib/block_types.rb
markdown_exec-1.8.9 lib/block_types.rb