Class: Influx::Flux::Last
- Inherits:
-
Object
- Object
- Influx::Flux::Last
- Defined in:
- lib/influx/flux/last.rb
Class Method Summary collapse
Class Method Details
.to_flux ⇒ Object
8 9 10 11 12 |
# File 'lib/influx/flux/last.rb', line 8 def self.to_flux <<~FLUX.chomp |> last() FLUX end |