# File lib/tw/client/tweet.rb, line 33 def format(fmt) self.instance_eval "\"#{fmt}\"" end
# File lib/tw/client/tweet.rb, line 14 def to_json(*a) { :id => @id, :user => @user, :text => @text, :time => @time, :fav_count => @fav_count, :rt_count => @rt_count }.to_json(*a) end
Generated with the Darkfish Rdoc Generator 2.