Skip to content

Commit

Permalink
add backports for array#sample
Browse files Browse the repository at this point in the history
  • Loading branch information
genericsteele committed Jul 21, 2013
1 parent 97b9c41 commit f865cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,5 +2,6 @@ source 'https://rubygems.org'

gem 'rake'
gem 'minitest'
gem 'backports', :require => false

gemspec
1 change: 1 addition & 0 deletions lib/token_phrase/generator.rb
@@ -1,3 +1,4 @@
require 'backports/1.9.2/array/sample'
module TokenPhrase
class Generator
attr_accessor :separator, :dictionary, :order
Expand Down

0 comments on commit f865cbe

Please sign in to comment.