class Deba::DefinitionTerm

Public Class Methods

new(segments) click to toggle source
# File lib/deba/definition_term.rb, line 2
def initialize(segments)
  @segments = segments
end

Public Instance Methods

to_a() click to toggle source
# File lib/deba/definition_term.rb, line 6
def to_a
  @segments + [":\n"]
end