方法
类公共方法
new(filename) 链接
来源: 显示 | 在 GitHub 上
# File actionview/lib/action_view/template/sources/file.rb, line 7 def initialize(filename) @filename = filename end
实例公共方法
to_s() 链接
来源: 显示 | 在 GitHub 上
# File actionview/lib/action_view/template/sources/file.rb, line 11 def to_s ::File.binread @filename end