class Computering::Dsl::Headline
Public Instance Methods
buffer()
click to toggle source
# File lib/computering/dsl/headline.rb, line 3 def buffer add_style('=' * @text.size, :buffer) end
margin()
click to toggle source
# File lib/computering/dsl/headline.rb, line 7 def margin " " end