Sha256: c77bd8ca81775ee734d9baaf6a36c10780a97baadf569163d7da5cefdd671633

Contents?: true

Size: 269 Bytes

Versions: 65

Compression:

Stored size: 269 Bytes

Contents

module Arql::Commands
  module Redefine
    class << self
      def redefine
        Arql::Definition.redefine
      end
    end

    Pry.commands.block_command 'redefine' do
      Redefine.redefine
    end

    Pry.commands.alias_command 'redef', 'redefine'
  end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
arql-0.3.11 lib/arql/commands/redefine.rb
arql-0.3.10 lib/arql/commands/redefine.rb
arql-0.3.9 lib/arql/commands/redefine.rb
arql-0.3.8 lib/arql/commands/redefine.rb
arql-0.3.7 lib/arql/commands/redefine.rb
arql-0.3.6 lib/arql/commands/redefine.rb
arql-0.3.5 lib/arql/commands/redefine.rb
arql-0.3.3 lib/arql/commands/redefine.rb
arql-0.3.2 lib/arql/commands/redefine.rb
arql-0.3.1 lib/arql/commands/redefine.rb
arql-0.3.0 lib/arql/commands/redefine.rb
arql-0.2.14 lib/arql/commands/redefine.rb
arql-0.2.13 lib/arql/commands/redefine.rb
arql-0.2.12 lib/arql/commands/redefine.rb
arql-0.2.11 lib/arql/commands/redefine.rb
arql-0.2.10 lib/arql/commands/redefine.rb
arql-0.2.9 lib/arql/commands/redefine.rb
arql-0.2.8 lib/arql/commands/redefine.rb
arql-0.2.7 lib/arql/commands/redefine.rb
arql-0.2.6 lib/arql/commands/redefine.rb