# File lib/ruby-vpi/integer.rb, line 36
36:   def length
37:     to_s(2).length
38:   end