Method: Fluent::EventTime#method_missing
- Defined in:
- lib/fluent/time.rb
#method_missing(name, *args, &block) ⇒ Object
TODO: For performance, implement +, -, and so on
125 126 127 |
# File 'lib/fluent/time.rb', line 125 def method_missing(name, *args, &block) @sec.send(name, *args, &block) end |