Method: TTY::Table::Header#call

Defined in:
lib/tty/table/header.rb

#call(attribute) ⇒ Object

Lookup attribute without evaluation



90
91
92
# File 'lib/tty/table/header.rb', line 90

def call(attribute)
  @attributes[attribute]
end