Skip to content

Commit

Permalink
Merge pull request #2 from raphink/dev/no_include
Browse files Browse the repository at this point in the history
No need for include with self.#
  • Loading branch information
mcanevet committed Aug 27, 2015
2 parents 33eeb7d + 8ac44d1 commit 71c6af8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A Gem that contains a lot of facts for a lot of Operating Systems.

```ruby
require 'facterdb'
include FacterDB
FacterDB::get_os_facts()
```

Expand All @@ -23,7 +22,6 @@ Returns an Array of Hash containing the whole facts database.

```ruby
require 'facterdb'
include FacterDB

facter_version = '2.4'
filter = [
Expand Down

0 comments on commit 71c6af8

Please sign in to comment.