Sha256: fae4df209c08f0e98e47339a9daaccb1db7b5091ebcb1a12eded8eb7df95501b

Contents?: true

Size: 287 Bytes

Versions: 14

Compression:

Stored size: 287 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
stepmod-utils-0.6.7 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.6.6 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.6.5 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.6.3 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.6.2 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.6.1 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.6.0 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.5.0 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.14 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.13 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.12 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.11 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.10 lib/stepmod/utils/converters/hr.rb
stepmod-utils-0.4.9 lib/stepmod/utils/converters/hr.rb