Skip to content

Instantly share code, notes, and snippets.

@nikasulo
Created August 23, 2019 18:58
Show Gist options
  • Save nikasulo/e4dad9ca73f559bdfae0247506cbaa66 to your computer and use it in GitHub Desktop.
Save nikasulo/e4dad9ca73f559bdfae0247506cbaa66 to your computer and use it in GitHub Desktop.
isEmpty method for Ruby Deque
def is_empty?
@first.nil?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment