Kafo::DataType
# File lib/kafo/data_types/scalar.rb, line 9 def initialize @inner_type = DataTypes::Variant.new('Integer', 'Float', 'String', 'Boolean', 'Regexp') end