class Silly::BaseModel

Public Instance Methods

content() click to toggle source
# File lib/silly/base_model.rb, line 7
def content
  File.open(realpath, 'r:UTF-8') { |f| f.read }
end
data() click to toggle source
# File lib/silly/base_model.rb, line 3
def data
  {}
end