tty-table
tty-table copied to clipboard
Get Necromancer::ConversionTarget error when initializing table
Describe the problem
When calling TTY::Table.new (after a `require "tty-table") I get
Necromancer::ConversionTarget#detect': uninitialized constant Necromancer::ConversionTarget::Fixnum (NameError)
when Fixnum, Bignum then :integer
This is with Ruby 3.4.x .
Steps to reproduce the problem
require 'tty-table'
Table.new
Actual behaviour
Necromancer::ConversionTarget#detect': uninitialized constant Necromancer::ConversionTarget::Fixnum (NameError)
when Fixnum, Bignum then :integer
Expected behaviour
Table beauty like in the good old days!
Describe your environment
- OS version: Arch Linux btw
- Ruby version: 3.4.5
- TTY::Table version: 0.5.0