Method: TTY::Table::Empty#each

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

#eachObject



13
14
15
16
# File 'lib/tty/table/empty.rb', line 13

def each
  return to_enum unless block_given?
  self
end