Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 645 Bytes

File metadata and controls

35 lines (23 loc) · 645 Bytes

NSS-Cal

##Goal The goal of this project was to implement a Ruby program that mimics the Unix Cal command. A project for the Nashville Software School

##Features

  • Displays single month when given a month number and year
  • Displays twelve months when just given a year
  • Displays single month from 2012 when just given a month

##How to Use

ruby cal.rb 3 2012

where 3 is the month and 2012 is the year

##Limitations Only works for years 1800-3000

##Dependencies None

##File Structure

  • cal.rb - logic for parsing parameters
  • month.rb - the Month class
  • year.rb - the Year class

##Bugs No known bugs.