Skip to content

Instantly share code, notes, and snippets.

@vijithmv499
Created April 24, 2016 13:02
Show Gist options
  • Select an option

  • Save vijithmv499/496372e63d05fadd2d215a5e7564243f to your computer and use it in GitHub Desktop.

Select an option

Save vijithmv499/496372e63d05fadd2d215a5e7564243f to your computer and use it in GitHub Desktop.
Excercism assignment 3 - gigasecond (http://exercism.io/exercises/ruby/gigasecond/readme)
class Gigasecond
GS = 10**9
VERSION = 1
def self.from(date)
return date + GS
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment