Method: Tumblr.for

Defined in:
lib/tumblr.rb

.for(*a, &b) ⇒ Object



28
29
30
# File 'lib/tumblr.rb', line 28

def for *a, &b
  Account.new *a, &b
end