Class: C64BlazinForthBlocks

Inherits:
FileSystem show all
Defined in:
lib/file_systems/C64BlazinForthBlocks.rb

Class Method Summary collapse

Methods inherited from FileSystem

all_file_systems, code_for_tests, compatability_score, is_valid_file_system_if, matching_score, non_matching_score

Methods included from SubclassTracking

extended

Class Method Details

.files(file_system_image) ⇒ Object



38
39
40
# File 'lib/file_systems/C64BlazinForthBlocks.rb', line 38

def self.files(file_system_image)
[]
end

.host_systemObject



15
16
17
# File 'lib/file_systems/C64BlazinForthBlocks.rb', line 15

def self.host_system
  C64
end