Class: Smithy::Format::Name
- Inherits:
-
Object
- Object
- Smithy::Format::Name
- Defined in:
- lib/smithy/format.rb
Instance Method Summary collapse
Instance Method Details
#after ⇒ Object
131 |
# File 'lib/smithy/format.rb', line 131 def after ; end |
#before ⇒ Object
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 |