Sha256: b65f7ef0a0e50603b1a2cb350b504bceb290b567ab7b3dde244a66f0afb4ce87
Contents?: true
Size: 140 Bytes
Versions: 27
Compression:
Stored size: 140 Bytes
Contents
class Post < ActiveRecord::Base def long_method(other_post) puts "Running long method with #{self.id} and #{other_post.id}" end end
Version data entries
27 entries across 27 versions & 2 rubygems