Skip to content

Commit

Permalink
Minor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Jun 29, 2015
1 parent 227275c commit 3653e12
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/rails_config/options.rb
Expand Up @@ -3,8 +3,13 @@ module RailsConfig
class Options < OpenStruct
include Enumerable

def keys() marshal_dump.keys; end
def empty?() marshal_dump.empty?; end
def keys
marshal_dump.keys
end

def empty?
marshal_dump.empty?
end

def add_source!(source)
# handle yaml file paths
Expand Down

0 comments on commit 3653e12

Please sign in to comment.