Method: Atom::Text#type

Defined in:
lib/atom/text.rb

#typeObject



85
86
87
# File 'lib/atom/text.rb', line 85

def type
  @type ? @type : 'text'
end