# File lib/ruby-vpi/integer.rb, line 46
46:   def to_limit
47:     2 ** self
48:   end