Sha256: 16598fabc73e863a39597f8154df1cf7fa471c65634c4d4ea7a13a7650d35737
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
module ActsAsFollowable module Lib def self.class_name(obj) return obj.class.name end module InstanceMethods def class_name(obj) return obj.class.name end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_followable-0.1.9 | lib/acts_as_followable/lib.rb |