Class: Milkode::FindGrepOption

Inherits:
Object
  • Object
show all
Defined in:
lib/milkode/grep/findgrep_option.rb

Defined Under Namespace

Classes: Option

Class Method Summary collapse

Class Method Details

.create_defaultObject



38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'lib/milkode/grep/findgrep_option.rb', line 38

def self.create_default
  Option.new([],
             [],
             ".",
             -1,
             false,
             false,
             false,
             false,
             false,
             [],
             [],
             [],
             [],
             [],
             [],
             Kconv::UTF8, # Platform.get_shell_kcode,
             Kconv::UTF8,
             false,
             nil,
             false,
             false,
             false,
             -1,
             [],
             -1,
             false,
             )
end