Skip to content

Commit

Permalink
Follow conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Oct 26, 2016
1 parent c7744c7 commit 74d651a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/inky.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'inky/configuration'
require 'nokogiri'
require_relative 'inky/configuration'
require_relative 'inky/component_factory'

module Inky
class Core
require 'nokogiri'
require_relative 'inky/component_factory'
attr_accessor :components, :column_count, :component_lookup, :component_tags

include ComponentFactory
Expand Down

0 comments on commit 74d651a

Please sign in to comment.