Method: Appify::App#run=
- Defined in:
- lib/appify.rb
#run=(cont) ⇒ Object
21 22 23 24 |
# File 'lib/appify.rb', line 21 def run=(cont) raise Appify::FileTooShortError.new if cont.length < 28 @run = cont end |
21 22 23 24 |
# File 'lib/appify.rb', line 21 def run=(cont) raise Appify::FileTooShortError.new if cont.length < 28 @run = cont end |