Method: MagicSheet.current

Defined in:
lib/magicsheet.rb

.currentObject



175
176
177
# File 'lib/magicsheet.rb', line 175

def self.current
  @current ||= Sheet.new.scan
end