Class: PryMoves::Method

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



34
35
36
# File 'lib/pry-moves/add_suffix.rb', line 34

def wrap_suffix(cmd)
  ".#{cmd}"
end