Method: Vedeu::Output::Text.add

Defined in:
lib/vedeu/output/text.rb

.add(value = '', options = {}) ⇒ Object

See Also:



10
11
12
# File 'lib/vedeu/output/text.rb', line 10

def self.add(value = '', options = {})
  new(value, options).add
end