Skip to content

Instantly share code, notes, and snippets.

@nikasulo
Last active September 3, 2019 16:57
Show Gist options
  • Save nikasulo/b671b4ad308cd1d15179f84dd4df2471 to your computer and use it in GitHub Desktop.
Save nikasulo/b671b4ad308cd1d15179f84dd4df2471 to your computer and use it in GitHub Desktop.
topFront method for Ruby Deque
def topFront
@first.value unless @first.nil?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment