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.1.19 lib/arql/commands/redefine.rb
arql-0.1.18 lib/arql/commands/redefine.rb
arql-0.1.17 lib/arql/commands/redefine.rb
arql-0.1.16 lib/arql/commands/redefine.rb
arql-0.1.15 lib/arql/commands/redefine.rb