class Cheatly::LocalSheet

Public Class Methods

adapter() click to toggle source
# File lib/cheatly/sheet.rb, line 58
def self.adapter
  @adapter ||= Cheatly::Adapter::File.new
end