Module: SnipSnap::Client
- Defined in:
- lib/snip_snap/client.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(other) ⇒ Object
46 47 48 49 |
# File 'lib/snip_snap/client.rb', line 46 def self.included(other) other.send(:include, SnipSnap::Client::InstanceMethods) other.send(:extend, SnipSnap::Client::ClassMethods) end |