ejmellish / Homework

Ruby on rails homework
0 stars 0 forks source link

Creating Variables and Literals #7

Closed brianburridge closed 9 years ago

brianburridge commented 9 years ago

This assignment is due on Jan 28, 2015.

ejmellish commented 9 years ago

String String Fixnum Array Array Hash true false true true true true String Fixnum Array Array Symbol ass7.rb:58: warning: already initialized constant TEACHER ass7.rb:55: warning: previous definition of TEACHER was here TEACHER Ethan-Mellishs-MacBook-Pro:ethan ethanmellish$

brianburridge commented 9 years ago

@ejmellish I can't see the code for this. Can you place that in a gist for me? Also, the final output is the constants name, TEACHER, but not the value. I believe there is at least two other problems too, but I can't see your code.

ejmellish commented 9 years ago

https://gist.github.com/ejmellish/2877938b7be331328c18

ejmellish commented 9 years ago

ethanmelishsmbp:ethan ethanmellish$ ruby ass7.rb String Date Fixnum Array Array Hash true true true true true true String Fixnum Array Hash Symbol ass7.rb:58: warning: already initialized constant TEACHER ass7.rb:55: warning: previous definition of TEACHER was here TORREY

brianburridge commented 9 years ago

:+1: