class Resources::Resource

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/robjc/resources/resource.rb, line 5
def initialize(path)
  @path = File.expand_path(path)
end

Public Instance Methods

method_name(string) click to toggle source
# File lib/robjc/resources/resource.rb, line 9
def method_name(string)
  return string
end