Sha256: 41fe9ace3ae31acf490b44da03dd26b23c62868b3ae029916f18c4f832679102
Contents?: true
Size: 296 Bytes
Versions: 20
Compression:
Stored size: 296 Bytes
Contents
require 'active_support' class LHS::Service module Build extend ActiveSupport::Concern module ClassMethods def build(data = {}) data = LHS::Data.new(data, nil, self) item = LHS::Item.new(data) LHS::Data.new(item, nil, self) end end end end
Version data entries
20 entries across 20 versions & 1 rubygems