Skip to content

Commit 6e74788

Browse files
committed
Merge pull request piotrmurach#183 from jwaterfaucett/fix_issue182
[fix piotrmurach#182] require Set before calling Set.new in PropertySet
2 parents 53ce5b7 + d3ec676 commit 6e74788

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/github_api/api/config/property_set.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# encoding: utf-8
2+
require 'set'
23

34
module Github
45
class API

0 commit comments

Comments
 (0)