module JobDollars
JobDollars
is the main module to include to start using JobDollars
. It automatically includes the built-in Estimator
module, along with some constants.
Example (IRB):
irb(main):001:0> require 'job_dollars' => true irb(main):002:0> include JobDollars => Object irb(main):006:0> beginner_javagrad_rating(JOB_DATA['java-android']) => 17.541885876163494
Constants
- DATA_YML_FILE
- JAVAGRAD_IN_JOB_DOLLARS
- JOB_DATA
Public Class Methods
included(base)
click to toggle source
# File lib/job_dollars.rb, line 23 def self.included(base) base.include Estimator end