class Gm::Notepad::LineForRendering

Public Instance Methods

expand!() click to toggle source
# File lib/gm/notepad/throughput_text.rb, line 75
def expand!
  return false unless expand_line
  instance_variable_set("@text", table_registry.evaluate(line: text).to_s)
end