Class: Smithy::Format::Path

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

Instance Method Summary collapse

Instance Method Details

#afterObject



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

def after ; end

#beforeObject



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

def before ; end

#format(software, root) ⇒ Object



120
121
122
# File 'lib/smithy/format.rb', line 120

def format(software, root)
  puts software
end