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.31 lib/arql/commands/redefine.rb
arql-0.3.30 lib/arql/commands/redefine.rb
arql-0.3.29 lib/arql/commands/redefine.rb
arql-0.3.28 lib/arql/commands/redefine.rb
arql-0.3.27 lib/arql/commands/redefine.rb
arql-0.3.26 lib/arql/commands/redefine.rb
arql-0.3.25 lib/arql/commands/redefine.rb
arql-0.3.24 lib/arql/commands/redefine.rb
arql-0.3.23 lib/arql/commands/redefine.rb
arql-0.3.22 lib/arql/commands/redefine.rb
arql-0.3.21 lib/arql/commands/redefine.rb
arql-0.3.20 lib/arql/commands/redefine.rb
arql-0.3.19 lib/arql/commands/redefine.rb
arql-0.3.18 lib/arql/commands/redefine.rb
arql-0.3.17 lib/arql/commands/redefine.rb
arql-0.3.16 lib/arql/commands/redefine.rb
arql-0.3.15 lib/arql/commands/redefine.rb
arql-0.3.14 lib/arql/commands/redefine.rb
arql-0.3.13 lib/arql/commands/redefine.rb
arql-0.3.12 lib/arql/commands/redefine.rb