class Osheet::Format::Text

Public Class Methods

new(opts={}) click to toggle source
# File lib/osheet/format/text.rb, line 4
def initialize(opts={}); end

Public Instance Methods

key() click to toggle source
# File lib/osheet/format/text.rb, line 7
def key; 'text'; end
style() click to toggle source
# File lib/osheet/format/text.rb, line 6
def style; '@'; end