class Prettyrb::Document::Indent
Attributes
only_when_break[R]
Public Class Methods
new(*args, only_when_break: false)
click to toggle source
Calls superclass method
Prettyrb::Document::Builder::new
# File lib/prettyrb/document.rb, line 138 def initialize(*args, only_when_break: false) @only_when_break = only_when_break super(*args) end