lib/ruby_jard/span.rb in ruby_jard-0.2.2 vs lib/ruby_jard/span.rb in ruby_jard-0.2.3

- old
+ new

@@ -1,7 +1,10 @@ # frozen_string_literal: true module RubyJard + ## + # Smallest unit of texts. A span includes content, margin, and styles of a particular + # text chunk. All decorators and presenters return single/a list of spans. class Span extend Forwardable attr_accessor :content, :content_length, :styles