Class: Octodown::FileChooser::MarkdownFileList::Glob

Inherits:
Object
  • Object
show all
Defined in:
lib/octodown/support/file_chooser.rb

Instance Method Summary collapse

Instance Method Details

#callObject



37
38
39
# File 'lib/octodown/support/file_chooser.rb', line 37

def call
  Dir.glob "*.{#{EXTENSIONS.join(',')}}"
end

#runnable?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/octodown/support/file_chooser.rb', line 41

def runnable?
  true
end