# File lib/nanite.rb, line 68
    def push(*args)
      ensure_mapper
      @mapper.push(*args)
    end