Sha256: ec55cd95c41d795d7acf4d88b9433cad8d9dc17a560aa89fb868ad3cd848e668

Contents?: true

Size: 566 Bytes

Versions: 238

Compression:

Stored size: 566 Bytes

Contents

class Pry
  class Command::ImportSet < Pry::ClassCommand
    match 'import-set'
    group 'Commands'
    # TODO: Provide a better description with examples and a general conception
    # of this command.
    description 'Import a Pry command set.'

    banner <<-'BANNER'
      Import a Pry command set.
    BANNER

    def process(command_set_name)
      raise CommandError, "Provide a command set name" if command_set.nil?

      set = target.eval(arg_string)
      _pry_.commands.import set
    end
  end

  Pry::Commands.add_command(Pry::Command::ImportSet)
end

Version data entries

238 entries across 231 versions & 39 rubygems

Version Path
monero_wallet_gen-0.1.0 vendor/bundle/ruby/2.3.0/gems/pry-0.11.3/lib/pry/commands/import_set.rb
sb_prime_table-0.1.1 vendor/bundle/ruby/2.4.0/gems/pry-0.11.3/lib/pry/commands/import_set.rb
sb_prime_table-0.1.0 vendor/bundle/ruby/2.4.0/gems/pry-0.11.3/lib/pry/commands/import_set.rb
comiditaULL-0.1.1 vendor/bundle/ruby/2.3.0/gems/pry-0.11.2/lib/pry/commands/import_set.rb
comidita_ull-0.1.1 vendor/bundle/ruby/2.3.0/gems/pry-0.11.2/lib/pry/commands/import_set.rb
comidita_ull-0.1.0 vendor/bundle/ruby/2.3.0/gems/pry-0.11.2/lib/pry/commands/import_set.rb
pry-0.11.3 lib/pry/commands/import_set.rb
pry-0.11.3-java lib/pry/commands/import_set.rb
pry-0.11.2 lib/pry/commands/import_set.rb
pry-0.11.2-java lib/pry/commands/import_set.rb
logstash-output-icinga-1.1.0 vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/import_set.rb
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/pry-0.10.4-java/lib/pry/commands/import_set.rb
tdiary-5.0.6 vendor/bundle/gems/pry-0.11.0/lib/pry/commands/import_set.rb
pry-0.11.1 lib/pry/commands/import_set.rb
pry-0.11.1-java lib/pry/commands/import_set.rb
pry-0.11.0 lib/pry/commands/import_set.rb
pry-0.11.0-java lib/pry/commands/import_set.rb
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/pry-0.10.4-java/lib/pry/commands/import_set.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/pry-0.10.4-java/lib/pry/commands/import_set.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/pry-0.10.4-java/lib/pry/commands/import_set.rb