Method: Inline::Java#package

Defined in:
lib/java_inline.rb

#package(pkg) ⇒ Object

Set the package to use for the Java class being generated, as in builder.package “org.foo.bar”



32
33
34
# File 'lib/java_inline.rb', line 32

def package(pkg)
  @pkg = pkg
end