Coder Social home page Coder Social logo

address-book-ruby's Introduction

address-book-ruby

A simple address book

TODO:

  • Add entries to the selected address book
  • Create address book using input from user DONE
  • Create main menu in primary loop DONE
  • Make a primary loop for user interface (command line) DONE
  • Add several entry objects into entries array DONE
  • Print out the entire array DONE

address-book-ruby's People

Contributors

samwson avatar

Watchers

James Cloos avatar  avatar  avatar

address-book-ruby's Issues

Error creating a new entry in currenty selected address book.

The "New entry" menu option produces a NoMethodError at the code on line 129:
selected.entries.push(Entry.new(name))

What I'm trying to do here is add the new Entry object to the entries array in the Address_Book object, which is stored in the variable "selected", but I can't see why this code isn't working.

Below is a sample of the program output, and the input I entered at the prompt.

`Address Book

Select an option:
N New address book
S Select address book
E New entry
Q quit

=> n

Making new address book...

Enter your address book name:

=> book1
The currently selected address book is book1

Address Book

Select an option:
N New address book
S Select address book
E New entry
Q quit

=> e

Making new entry...

Enter your new entry name:

=> entry
address-book.rb:129:in <main>': undefined method entries' for nil:NilClass (NoMethodError)`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.