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.2.5 lib/arql/commands/redefine.rb
arql-0.2.4 lib/arql/commands/redefine.rb
arql-0.2.3 lib/arql/commands/redefine.rb
arql-0.2.2 lib/arql/commands/redefine.rb
arql-0.2.1 lib/arql/commands/redefine.rb
arql-0.2.0 lib/arql/commands/redefine.rb
arql-0.1.33 lib/arql/commands/redefine.rb
arql-0.1.32 lib/arql/commands/redefine.rb
arql-0.1.31 lib/arql/commands/redefine.rb
arql-0.1.30 lib/arql/commands/redefine.rb
arql-0.1.29 lib/arql/commands/redefine.rb
arql-0.1.28 lib/arql/commands/redefine.rb
arql-0.1.27 lib/arql/commands/redefine.rb
arql-0.1.26 lib/arql/commands/redefine.rb
arql-0.1.25 lib/arql/commands/redefine.rb
arql-0.1.24 lib/arql/commands/redefine.rb
arql-0.1.23 lib/arql/commands/redefine.rb
arql-0.1.22 lib/arql/commands/redefine.rb
arql-0.1.21 lib/arql/commands/redefine.rb
arql-0.1.20 lib/arql/commands/redefine.rb