Sets width of horizontal rule.
Parameters:
Returns:
51 52 53
# File 'lib/tatum.rb', line 51 def self.hr_width=(p_width) return @hr_width = p_width end