Method: Kippt::Saves#initialize
- Defined in:
- lib/kippt/saves.rb
#initialize(client, clip) ⇒ Saves
Returns a new instance of Saves.
6 7 8 9 |
# File 'lib/kippt/saves.rb', line 6 def initialize(client, clip) @client = client @clip = clip end |