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