Class: Smithy::Format::Name

Inherits:
Object
  • Object
show all
Defined in:
lib/smithy/format.rb

Instance Method Summary collapse

Instance Method Details

#afterObject



131
# File 'lib/smithy/format.rb', line 131

def after ; end

#beforeObject



127
# File 'lib/smithy/format.rb', line 127

def before ; end

#format(software, root) ⇒ Object



128
129
130
# File 'lib/smithy/format.rb', line 128

def format(software, root)
  puts software.collect{|s| s.gsub(/#{root}\//, '')}
end