Sha256: eaa288dee538e2f93c0a4ac628c1d5044cc5f5837918a596530d425b68ab86e7

Contents?: true

Size: 284 Bytes

Versions: 38

Compression:

Stored size: 284 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

38 entries across 38 versions & 1 rubygems

Version Path
stepmod-utils-0.4.8 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.7 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.6 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.5 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.2 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.1 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.0 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.37 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.36 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.35 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.34 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.33 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.32 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.31 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.30 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.29 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.28 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.27 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.26 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.3.25 lib/stepmod/utils/converters/hr.rb