Class: Renamr::DowncaseAction

Inherits:
Action
  • Object
show all
Defined in:
lib/renamr/downcase.rb

Overview

All names should be downcased.

Instance Method Summary collapse

Methods inherited from Action

#p2m, #set

Instance Method Details

#do(src) ⇒ Object



11
12
13
# File 'lib/renamr/downcase.rb', line 11

def do(src)
  src.downcase
end