Class: Space2underscore::Printer

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/space2underscore/printer.rb

Instance Method Summary collapse

Instance Method Details

#run_with_downcase(branch) ⇒ Object



11
12
13
# File 'lib/space2underscore/printer.rb', line 11

def run_with_downcase(branch)
  run branch.downcase
end

#run_with_raw(branch) ⇒ Object



7
8
9
# File 'lib/space2underscore/printer.rb', line 7

def run_with_raw(branch)
  run branch
end