Class: Kafo::DataTypes::Regexp

Inherits:
Kafo::DataType show all
Extended by:
Forwardable
Defined in:
lib/kafo/data_types/regexp.rb

Instance Method Summary collapse

Methods inherited from Kafo::DataType

#condition_value, #dump_default, #multivalued?, new_from_string, parse_hash, register_type, split_arguments, #to_s, #typecast, types, unregister_type, #valid?

Constructor Details

#initializeRegexp

Returns a new instance of Regexp.



9
10
11
# File 'lib/kafo/data_types/regexp.rb', line 9

def initialize
  @inner_type = DataTypes::String.new
end