CSC/ECE 517 Fall 2017/E1776 Enhance Imports: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
</ul> | </ul> | ||
</div> | </div> | ||
<syntaxhighlight lang="ruby"> | |||
def test_method | |||
puts 'This is a Ruby Method' | |||
end | |||
</syntaxhighlight> |
Revision as of 04:33, 18 October 2017
E1776 - Carolina Blue - Import Enhancements
Team Members:
def test_method
puts 'This is a Ruby Method'
end