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