Skip to content

Instantly share code, notes, and snippets.

@jvnill
jvnill / netengine_golf.rb
Last active December 10, 2015 00:19 — forked from jp/netengine_golf.rb
require 'rspec'
require 'json'
require 'active_support/all'
require 'pry'
def input
[
{lastmodificationdate:"2012-11-16",userproject:'FCBIZ',totalcost:10},
{lastmodificationdate:"2012-11-16",userproject:'LMS',totalcost:20},
{lastmodificationdate:"2012-11-16",userproject:'NetEngine',totalcost:52},