Skip to content

issues Search Results · repo:rubymonsters/ruby-for-beginners language:CSS

Filter by

12 results
 (89 ms)

12 results

inrubymonsters/ruby-for-beginners (press backspace or delete to remove)

printing things is missing an example use of the recommended p method. Perhaps For example when you pass an array to puts then it will output each of the objects on a separate line: could be changed to ...
  • asavageiv
  • Opened 
    on Apr 10, 2020
  • #39

  • xmoshmallow
  • Opened 
    on Sep 30, 2019
  • #37

In section: 11-writing_classes/06-attribute_writers.md I suggest you mention these commonly used methods: class Person attr_reader :name attr_writer :name end class Person attr_accessor :name ...
  • jeromu
  • Opened 
    on Jun 16, 2019
  • #36

I found a minor mistake... In section: 11-writing_classes/01-definition.md It should be PascalCase or upper camel case instead of just camel case . (ref: https://en.wikipedia.org/wiki/Camel_case) This ...
  • jeromu
  • Opened 
    on Jun 16, 2019
  • #35

Hello! Congrats on this work, I find it to be a wonderful reference for beginners needing to understand the fundamentals in a comprehensive way. I find it so good that I wanted to know if is there any ...
  • nicoolas25
  • 1
  • Opened 
    on Apr 12, 2018
  • #31

The question what a more real-world example for an if statement with several branches could be came up, and the following was found: color = :black if color == :red puts stop! elsif color == :yellow ...
  • svenfuchs
  • Opened 
    on Dec 18, 2017
  • #29

Hello there! Is anyone already working on the Procs chapter? I m happy to collaborate and write this one. I really liked the tone of the book, and I ll try my best to write in the same style. Happy to ...
  • dondonz
  • Opened 
    on Apr 5, 2017
  • #26

http://ruby-for-beginners.rubymonstas.org/built_in_classes/numbers.html is just wrong
  • svenfuchs
  • 2
  • Opened 
    on Nov 16, 2015
  • #21

The information given in this file: https://github.com/rubymonsters/ruby-for-beginners/blob/master/source/06-built_in_classes/01-numbers.md is just wrong. It is not correct that the result of a calculation ...
  • mediafinger
  • 2
  • Opened 
    on Apr 30, 2015
  • #11

http://ruby-for-beginners.rubymonstas.org/17-exercises/03-arrays_1.html Mistake in solution: numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] numbers.select { |number| number.even? } #method select returns a ...
  • musagetin
  • 2
  • Opened 
    on Mar 11, 2015
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub