class Pandora::Commands::Lint
Attributes
file[R]
File that has to be validated.
Public Class Methods
new(file)
click to toggle source
Initializes the command with the file that has to be validated. @param [File] file that has to be validated @return [Lint] initialized command.
# File lib/pandora/commands/lint.rb, line 11 def initialize(file) @file = file end
Public Instance Methods
execute()
click to toggle source
Executes the command
# File lib/pandora/commands/lint.rb, line 16 def execute # TODO end