Skip to content

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