Class: Kafo::DataTypes::Regexp
- Inherits:
-
Kafo::DataType
- Object
- Kafo::DataType
- Kafo::DataTypes::Regexp
- Extended by:
- Forwardable
- Defined in:
- lib/kafo/data_types/regexp.rb
Instance Method Summary collapse
-
#initialize ⇒ Regexp
constructor
A new instance of Regexp.
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
#initialize ⇒ Regexp
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 |