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-1.8.8 lib/block_types.rb
markdown_exec-1.8.7 lib/block_types.rb
markdown_exec-1.8.6 lib/block_types.rb
markdown_exec-1.8.5 lib/block_types.rb
markdown_exec-1.8.4 lib/block_types.rb
markdown_exec-1.8.2 lib/block_types.rb
markdown_exec-1.8.1 lib/block_types.rb
markdown_exec-1.8 lib/block_types.rb
markdown_exec-1.7 lib/block_types.rb
markdown_exec-1.6 lib/block_types.rb
markdown_exec-1.5 lib/block_types.rb