Class: Delorean::Ruby::Whitelists::Default
- Defined in:
- lib/delorean/ruby/whitelists/default.rb
Constant Summary collapse
- TI_TYPES =
[Time, ActiveSupport::TimeWithZone]
- DT_TYPES =
[Date] + TI_TYPES
- NUM_OR_STR =
[Numeric, String]
- NUM_OR_NIL =
[nil, Integer]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#initialize_hook ⇒ Object
12 13 14 |
# File 'lib/delorean/ruby/whitelists/default.rb', line 12 def initialize_hook _add_default_methods end |