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