Sha256: b923a94991a5339236d6cfed217503a198f49958f28334a0d1076afa940a8617

Contents?: true

Size: 281 Bytes

Versions: 10

Compression:

Stored size: 281 Bytes

Contents

# frozen_string_literal: true

module Stepmod
  module Utils
    module Converters
      class Hr < ReverseAdoc::Converters::Base
        def convert(node, state = {})
          "\n* * *\n"
        end
      end

      ReverseAdoc::Converters.register :hr, Hr.new
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stepmod-utils-0.3.5 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.4 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.2 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.1 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.0 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.2.7 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.2.6 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.2.5 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.2.4 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.2.3 lib/stepmod/utils/converters/hr.rb