Create Ruby Gem by Example
Learn how to build a Ruby gem by creating one http://www.victorareba.com/tutorials/create-ruby-gem-by-example
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Learn how to build a Ruby gem by creating one http://www.victorareba.com/tutorials/create-ruby-gem-by-example
Comments
seriesName is a wrong name for variable
@IGOR why is that? That is the TV show to be queried.
I believe Igor is just pointing out the ruby convention to use snake case variable names, i.e. series_name
because of this https://github.com/bbatsov/ruby-style-guide
@IGOR & @HANSEN noted, thanks for the pointer. Besides that, how did you find the tutorial? You can try out the gem btw.
Post a comment