Sha256: 30e69b56d850e3ed0cf7e11e50eba4e2e07515a574c191ec90479578454c3408

Contents?: true

Size: 161 Bytes

Versions: 2

Compression:

Stored size: 161 Bytes

Contents

module Shapeable
  module Extenders

    def acts_as_shapeable(**opts)
      define_method(:acts_as_shapeable_opts) do
        opts
      end
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shapeable-0.7.1 lib/shapeable/extenders.rb
shapeable-0.7.0 lib/shapeable/extenders.rb