Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
rdoc
/
markup
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/cpanel/ea-ruby27/root/usr/share/ruby/rdoc/markup/rule.rb
# 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