⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 20 - documenting your website.rb

📁 O Reilly Ruby Cookbook source code
💻 RB
字号:
# The FooController controller contains miscellaneous functionality# rejected from other controllers.class FooController < ApplicationController  # The set_random action sets the @random_number instance variable   # to a random number.  def set_random    @random_number = rand*rand  endend#---$ rake appdoc#---

⌨️ 快捷键说明

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