Class: UIC::Behavior

Inherits:
Object
  • Object
show all
Includes:
FileBacked
Defined in:
lib/ruic/behaviors.rb

Direct Known Subclasses

Application::Behavior

Instance Attribute Summary

Attributes included from FileBacked

#file, #file_content

Instance Method Summary collapse

Methods included from FileBacked

#absolute_path, #file_found?, #filename, #relative_path, #save!, #save_as

Constructor Details

#initialize(lua_path) ⇒ Behavior

Returns a new instance of Behavior.



3
4
5
# File 'lib/ruic/behaviors.rb', line 3

def initialize( lua_path )
	self.file = lua_path
end