Sha256: 36a74b668d9e6aee67b8071256d5b8a97474626469570bdc0af51ad38333c4cc
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
module Ubiquitously module Stumpedia class Account < Ubiquitously::Service::Account end class Post < Ubiquitously::Service::Post def save(options = {}) return false unless valid? end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ubiquitously-0.1.0 | lib/ubiquitously/services/stumpedia.rb |