Closed ironsand closed 7 years ago
I couldn't check gem version in pry, so it's better to require it.
pry
pry> require 'business_time' true pry> BusinessTime::VERSION NameError: uninitialized constant BusinessTime::VERSION
:+1: @bokmann Seems like a fairly safe change to merge in.
I couldn't check gem version in
pry
, so it's better to require it.