Sha256: b676839ee9f4b665cca89168b2f2a4d227dccf6750d01ccd0419b16bf62c73b3
Contents?: true
Size: 172 Bytes
Versions: 3
Compression:
Stored size: 172 Bytes
Contents
module ConcernBuilder::OptionsParser extend ActiveSupport::Concern attr_reader :options def options_object @options_object ||= OpenStruct.new options end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
concern_builder-0.0.3 | lib/concern_builder/options_parser.rb |
concern_builder-0.0.2 | lib/concern_builder/options_parser.rb |
concern_builder-0.0.1 | lib/concern_builder/options_parser.rb |