8 lines
77 B
Ruby
Executable file
8 lines
77 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
class NotZippedRuby
|
|
def returnTrue
|
|
true
|
|
end
|
|
end
|