Class: PryMoves::HashKey

Inherits:
AddSuffix
  • Object
show all
Defined in:
lib/pry-moves/add_suffix.rb

Instance Method Summary collapse

Methods inherited from AddSuffix

#process

Instance Method Details

#wrap_suffix(cmd) ⇒ Object



58
59
60
# File 'lib/pry-moves/add_suffix.rb', line 58

def wrap_suffix(cmd)
  "[#{cmd}]"
end