📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:25:13
📂
/ (Root)
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rdoc-6.14.0
/
lib
/
rdoc
/
markup
📍 /opt/alt/ruby34/share/gems/gems/rdoc-6.14.0/lib/rdoc/markup
🔄 Refresh
✏️
Editing: hard_break.rb
Read Only
# frozen_string_literal: true ## # A hard-break in the middle of a paragraph. class RDoc::Markup::HardBreak @instance = new ## # RDoc::Markup::HardBreak is a singleton def self.new @instance end ## # Calls #accept_hard_break on +visitor+ def accept(visitor) visitor.accept_hard_break self end def ==(other) # :nodoc: self.class === other end def pretty_print(q) # :nodoc: q.text "[break]" end end
💾 Save Changes
❌ Cancel