Sha256: ec7ce0034540bd3f9168167c6e539cbeea1bc5c2ba0939340a0ab81449019169
Contents?: true
Size: 314 Bytes
Versions: 14
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true ## # A horizontal rule with a weight class RDoc::Markup::Rule < Struct.new :weight ## # Calls #accept_rule on +visitor+ def accept visitor visitor.accept_rule self end def pretty_print q # :nodoc: q.group 2, '[rule:', ']' do q.pp weight end end end
Version data entries
14 entries across 14 versions & 5 rubygems