# File lib/plugins/train.rb, line 4
  def self.train(length)
    text = "ε="
    length.times{ text << "⋤⋥" }
    text
  end