Method: Wee::HtmlCanvas#space
- Defined in:
- lib/wee/html_canvas.rb
#space(n = 1) ⇒ Object
94 95 96 |
# File 'lib/wee/html_canvas.rb', line 94 def space(n=1) text(HTML_NBSP*n) end |
94 95 96 |
# File 'lib/wee/html_canvas.rb', line 94 def space(n=1) text(HTML_NBSP*n) end |