mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Fixed sire.rb so it can be run outside of rake.
This commit is contained in:
parent
067afb828b
commit
ce9a7efec2
1 changed files with 4 additions and 0 deletions
4
sire.rb
4
sire.rb
|
@ -83,3 +83,7 @@ class SIRE
|
|||
|
||||
end
|
||||
|
||||
if __FILE__ == $0
|
||||
require './lib/fOOrth'
|
||||
SIRE.new.run_sire
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue