Sha256: 4174643757601371d4cae39cc8a75b867f17dfdcb7a54e4f4119ddebd83d2d05

Contents?: true

Size: 707 Bytes

Versions: 1

Compression:

Stored size: 707 Bytes

Contents

Theres no way for the program to infer all of the sun signs
hard coding was necessary

.new = the class will create a new instance of itself. It will then, internally,
 call the method initialize on the new object. Doing so it will simply pass all 
 the arguments that you passed to .new on to the method initialize.

 Require_relative = referring to a file that is relative to the current file you are working 
 on (basically, within the same project directory)

Require = Is a method that is used when you want to reference and execute code that is not written in your current file

select = returns a new object (e.g. array) filled with only those original items where the block you gave it returned true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aztro_cli-0.1.0 notes