CSC/ECE 517 Fall 2017/E1776 Enhance Imports: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
</div>
</div>


<syntaxhighlight lang="ruby">
<code>
def test_method
def test_method
   puts 'This is a Ruby Method'
   puts 'This is a Ruby Method'
end
end
</syntaxhighlight>
</code>

Revision as of 04:34, 18 October 2017

E1776 - Carolina Blue - Import Enhancements

Team Members:

def test_method

 puts 'This is a Ruby Method'

end