diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-13 00:11:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-13 00:11:32 +0200 |
commit | 151c9604a25be7c2f1e2f2818f927e17bcd3f22f (patch) | |
tree | fbb76a1c66c73ca34f4cccbb804c0c295ff46250 | |
parent | 4b0bedf0fdcba1ccc5aa86dcd99561e0f7a654f4 (diff) | |
download | edoors-ruby-151c9604a25be7c2f1e2f2818f927e17bcd3f22f.zip edoors-ruby-151c9604a25be7c2f1e2f2818f927e17bcd3f22f.tar.gz |
Particle: require time
-rw-r--r-- | lib/evendoors/particle.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/evendoors/particle.rb b/lib/evendoors/particle.rb index b1840d6..b3bfa82 100644 --- a/lib/evendoors/particle.rb +++ b/lib/evendoors/particle.rb @@ -18,6 +18,7 @@ # You should have received a copy of the GNU Affero General Public License # along with evendoors-ruby. If not, see <http://www.gnu.org/licenses/>. +require 'time' # module EvenDoors # |