# File lib/ruby-vpi/integer.rb, line 34
34:   def to_limit
35:     2 ** self
36:   end