Module: DeepCheck
- Defined in:
- lib/deep_check.rb,
lib/deep_check/check.rb,
lib/deep_check/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.2.6"
Class Method Summary collapse
-
.hi ⇒ Object
Your code goes here…
Instance Method Summary collapse
Class Method Details
.hi ⇒ Object
Your code goes here…
11 12 13 14 |
# File 'lib/deep_check.rb', line 11 def self.hi puts "Hello Faruk!" return "Hello" end |
Instance Method Details
#check2 ⇒ Object
2 3 4 5 |
# File 'lib/deep_check/check.rb', line 2 def check2 include DeepCheck system('find . | grep "/.*\.*\.rb$" | xargs -L 1 ruby -c') end |
#deepCheck(chars, filler = '') ⇒ Object
16 17 18 |
# File 'lib/deep_check.rb', line 16 def deepCheck(chars, filler = '') self.rjust(chars,filler) end |