PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /opt/puppetlabs/puppet/lib/ruby/2.7.0/irb/lc/ja/
Server: Linux server1.ngambekcore.com 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 04:00:07 EDT 2025 x86_64
IP: 159.198.77.92
Choose File :

Url:
Dir : //opt/puppetlabs/puppet/lib/ruby/2.7.0/irb/lc/ja/error.rb

# -*- coding: utf-8 -*-
# frozen_string_literal: false
#   irb/lc/ja/error.rb -
#   	$Release Version: 0.9.6$
#   	$Revision$
#   	by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
#
#
#

# :stopdoc:
module IRB
  class UnrecognizedSwitch < StandardError
    def initialize(val)
      super("スイッãƒ(#{val})ãŒåˆ†ã‚Šã¾ã›ã‚“")
    end
  end
  class NotImplementedError < StandardError
    def initialize(val)
      super("`#{val}'ã®å®šç¾©ãŒå¿…è¦ã§ã™")
    end
  end
  class CantReturnToNormalMode < StandardError
    def initialize
      super("Normalãƒ¢ãƒ¼ãƒ‰ã«æˆ»ã‚Œã¾ã›ã‚“.")
    end
  end
  class IllegalParameter < StandardError
    def initialize(val)
      super("パラメータ(#{val})ãŒé–“é•ã£ã¦ã„ã¾ã™.")
    end
  end
  class IrbAlreadyDead < StandardError
    def initialize
      super("Irbã¯æ—¢ã«æ­»ã‚“ã§ã„ã¾ã™.")
    end
  end
  class IrbSwitchedToCurrentThread < StandardError
    def initialize
      super("カレントスレッドã«åˆ‡ã‚Šæ›¿ã‚りã¾ã—ãŸ.")
    end
  end
  class NoSuchJob < StandardError
    def initialize(val)
      super("ãã®ã‚ˆã†ãªã‚¸ãƒ§ãƒ–(#{val})ã¯ã‚りã¾ã›ã‚“.")
    end
  end
  class CantShiftToMultiIrbMode < StandardError
    def initialize
      super("multi-irb modeã«ç§»ã‚Œã¾ã›ã‚“.")
    end
  end
  class CantChangeBinding < StandardError
    def initialize(val)
      super("ãƒã‚¤ãƒ³ãƒ‡ã‚£ãƒ³ã‚°(#{val})ã«å¤‰æ›´ã§ãã¾ã›ã‚“.")
    end
  end
  class UndefinedPromptMode < StandardError
    def initialize(val)
      super("プロンプトモード(#{val})ã¯å®šç¾©ã•れã¦ã„ã¾ã›ã‚“.")
    end
  end
  class IllegalRCGenerator < StandardError
    def initialize
      super("RC_NAME_GENERATORãŒæ­£ã—ã定義ã•れã¦ã„ã¾ã›ã‚“.")
    end
  end
end
# :startdoc:
# vim:fileencoding=utf-8