class Kafo::DataTypes::Regexp

Public Class Methods

new() click to toggle source
# File lib/kafo/data_types/regexp.rb, line 9
def initialize
  @inner_type = DataTypes::String.new
end