Class: Influx::Flux::First

Inherits:
Object
  • Object
show all
Defined in:
lib/influx/flux/first.rb

Class Method Summary collapse

Class Method Details

.to_fluxObject



8
9
10
11
12
# File 'lib/influx/flux/first.rb', line 8

def self.to_flux
  <<~FLUX.chomp
    |> first()
  FLUX
end