class TextEditor::Configuration::Tab
Attributes
soft[RW]
width[RW]
Public Instance Methods
to_s()
click to toggle source
# File lib/text_editor/configuration/tab.rb 6 def to_s 7 soft ? " " * width : "\t" 8 end