--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Return true if fix equals other numerically.
- !ruby/struct:SM::Flow::VERB
body: " 1 == 2 #=> false\n 1 == 1.0 #=> true\n"
full_name: Fixnum#==
is_singleton: false
name: ==
params: |
fix == other
visibility: public