We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like there's a copy/paste error in numeric.rb
probably remove the second ones later in the file
diff --git a/dragon/numeric.rb b/dragon/numeric.rb index 93bacae..3d2a7f6 100644 --- a/dragon/numeric.rb +++ b/dragon/numeric.rb @@ -124,11 +124,9 @@ S 10 end - alias_method :gt, :> alias_method :above?, :> alias_method :right_of?, :> - alias_method :lt, :< alias_method :below?, :<
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like there's a copy/paste error in numeric.rb
probably remove the second ones later in the file
The text was updated successfully, but these errors were encountered: