--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Returns an integer that is unique for each symbol within a particular execution of a program.
- !ruby/struct:SM::Flow::VERB
body: " :fred.to_i #=> 9809\n "fred".to_sym.to_i #=> 9809\n"
full_name: Symbol#to_i
is_singleton: false
name: to_i
params: |
sym.to_i => fixnum
visibility: public