fortythree_sidebar.rb

来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RB 代码 · 共 14 行

RB
14
字号
class FortythreeSidebar < Sidebar  display_name "43things"  description 'Goals from <a href="http://www.43things.com/">43things.com</a>.'  setting :feed, 'http://www.43things.com/rss/uber/author?username=USER', :label => 'Feed URL'  setting :count, 43, :label => 'Items limit'  lifetime 1.day  def fortythree    @fortythree ||= Fortythree.new(feed) rescue nil  endend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?