Module: Shapeable::Extenders

Defined in:
lib/shapeable/extenders.rb

Instance Method Summary collapse

Instance Method Details

#acts_as_shapeable(**opts) ⇒ Object



4
5
6
7
8
# File 'lib/shapeable/extenders.rb', line 4

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