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



35
36
37
# File 'lib/octodown/support/file_chooser.rb', line 35

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

#runnable?Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/octodown/support/file_chooser.rb', line 39

def runnable?
  true
end