class LLT::Review::Alignment::Sentence

Attributes

lang1[RW]
lang2[RW]

Private Instance Methods

diff_namespace() click to toggle source
# File lib/llt/review/alignment/sentence.rb, line 13
def diff_namespace
  Review::Alignment::Difference
end
report_container() click to toggle source
# File lib/llt/review/alignment/sentence.rb, line 9
def report_container
  { words: Report::Generic.new(:words, size, true) }
end