Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My gem submission #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jperezish
Copy link

Panda level submission.

@jwo
Copy link
Member

jwo commented Feb 17, 2014

I don't think your Library class should call "puts". Your application can choose to do so, but your Library class should return data.

(Like an array of strings, for example)

class Jason
  def self.about
    puts "About Jason"
    puts "----------------------"
    puts "My name is Jason and I like bacon."
  end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants