Method: Gloo::Core::Tokens#second

Defined in:
lib/gloo/core/tokens.rb

#secondObject

Get the second token.



70
71
72
# File 'lib/gloo/core/tokens.rb', line 70

def second
  return @tokens[ 1 ] if @tokens&.size&.positive?
end